Color Hex Logo

#cd987a Color Hex

#CD987A
(205,152,122)
0 Favorites   0 Comments

Color spaces of #cd987a

RGB 205152122
HSL0.060.450.64
HSV22°40°80°
CMYK 0.000.260.40   0.20
XYZ39.917936.840723.4194
Yxy36.84070.39850.3678
Hunter Lab60.696511.174019.6109
CIE-Lab67.157316.001023.5439

#cd987a color RGB value is (205,152,122).

#cd987a hex color red value is 205, green value is 152 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cd987a hue: 0.06 , saturation: 0.45 and the lightness value of cd987a is 0.64.

The process color (four color CMYK) of #cd987a color hex is 0.00, 0.26, 0.40, 0.20. Web safe color of #cd987a is #cc9966. Color #cd987a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011000 01111010
Octal 315 230 172
Decimal 205 152 122
Hex CD 98 7A

RGB Percentages of Color #cd987a

%42.80
%31.73
%25.47

CMYK Percentages of Color #cd987a

%0
%26
%40
%20

Triadic Colors of #cd987a

#cd987a #7acd98 #987acd

Analogous Colors of #cd987a

#cd987a #cdc27a #cd7a86

Monochromatic Colors of #cd987a

#cd987a

Complementary Color

#cd987a #7aafcd

#cd987a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd987a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd987a Color CSS Codes

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

#cd987a Text Font Color

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

This sample text font color is #cd987a
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.


#cd987a Background Color

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

This div background color is #cd987a


#cd987a Border Color

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

This div border color is #cd987a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd987a


Comments

No comments written yet.

Please login to write comment.