Color Hex Logo

#cc887d Color Hex

#CC887D
(204,136,125)
0 Favorites   0 Comments

Color spaces of #cc887d

RGB 204136125
HSL0.020.440.65
HSV39°80°
CMYK 0.000.330.39   0.20
XYZ37.407731.926423.5928
Yxy31.92640.40250.3436
Hunter Lab56.503519.293614.7961
CIE-Lab63.282024.685816.5673

#cc887d color RGB value is (204,136,125).

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

The process color (four color CMYK) of #cc887d color hex is 0.00, 0.33, 0.39, 0.20. Web safe color of #cc887d is #cc9966. Color #cc887d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001000 01111101
Octal 314 210 175
Decimal 204 136 125
Hex CC 88 7D

RGB Percentages of Color #cc887d

%43.87
%29.25
%26.88

CMYK Percentages of Color #cc887d

%0
%33
%39
%20

Triadic Colors of #cc887d

#cc887d #7dcc88 #887dcc

Analogous Colors of #cc887d

#cc887d #ccb07d #cc7d9a

Monochromatic Colors of #cc887d

#cc887d

Complementary Color

#cc887d #7dc1cc

#cc887d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc887d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc887d Color CSS Codes

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

#cc887d Text Font Color

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

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


#cc887d Background Color

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

This div background color is #cc887d


#cc887d Border Color

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

This div border color is #cc887d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc887d


Comments

No comments written yet.

Please login to write comment.