Color Hex Logo

#cd887c Color Hex

#CD887C
(205,136,124)
0 Favorites   0 Comments

Color spaces of #cd887c

RGB 205136124
HSL0.020.450.65
HSV40°80°
CMYK 0.000.340.40   0.20
XYZ37.619132.042723.2709
Yxy32.04270.40480.3448
Hunter Lab56.606319.565615.2502
CIE-Lab63.378224.960317.2819

#cd887c color RGB value is (205,136,124).

#cd887c hex color red value is 205, green value is 136 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cd887c hue: 0.02 , saturation: 0.45 and the lightness value of cd887c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001000 01111100
Octal 315 210 174
Decimal 205 136 124
Hex CD 88 7C

RGB Percentages of Color #cd887c

%44.09
%29.25
%26.67

CMYK Percentages of Color #cd887c

%0
%34
%40
%20

Triadic Colors of #cd887c

#cd887c #7ccd88 #887ccd

Analogous Colors of #cd887c

#cd887c #cdb17c #cd7c99

Monochromatic Colors of #cd887c

#cd887c

Complementary Color

#cd887c #7cc1cd

#cd887c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd887c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd887c Color CSS Codes

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

#cd887c Text Font Color

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

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


#cd887c Background Color

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

This div background color is #cd887c


#cd887c Border Color

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

This div border color is #cd887c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd887c


Comments

No comments written yet.

Please login to write comment.