Hex #cd827d Color

#cd827d
equivalent to

RGB

(205, 130, 125)

Details of #cd827d

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
205
36.8611
0.01
0.00
62.0193
30.4251
55.1589
130
30.4251
0.44
0.37
28.3354
0.4068
39°
22.7586
125
23.3319
0.65
0.39   0.20
14.8346
0.3358
80°
13.5403

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11001101
315
205
CD
Green
10000010
202
130
82
Blue
1111101
175
125
7D

RGB in % of #cd827d

%44.57
%28.26
%27.17

CMYK in % of #cd827d

%0
%37
%39
%20

Triads of color #cd827d

#cd827d #827dcd #7dcd7d

Similar Colors to #cd827d

#cd827d #cd7da0 #cdaa7d

Preview Color #cd827d on black ground

#cd827d is very interesting for text.

Preview Color #cd827d on white ground

#cd827d is very interesting for text.

CSS Codes #cd827d color

.mybgcolor {background-color:#cd827d; }
.myforecolor {color:#cd827d; }
.mybordercolor {border:3px solid #cd827d; }

Text Font Color #cd827d

<p style="color:#cd827d">Text here</p>

This sample text font color is #cd827d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #cd827d

<div style="background-color:#cd827d">
Div content here</div>

This div background color is #cd827d


Border Color #cd827d

<div style="border:3px solid #cd827d">
Div here</div>

The color of this border is #cd827d


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #cd827d; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #cd827d;
-webkit-box-shadow: 1px 1px 3px 2px #cd827d;
box-shadow:         1px 1px 3px 2px #cd827d; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #cd827d">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #cd827d;
  -webkit-box-shadow: 1px 1px 3px 2px #cd827d;
  box-shadow:         1px 1px 3px 2px #cd827d;">
Div content here</div>

The shadow of div box using color #cd827d