Color Hex Logo

#cc987f Color Hex

#CC987F
(204,152,127)
0 Favorites   0 Comments

Color spaces of #cc987f

RGB 204152127
HSL0.050.430.65
HSV19°38°80°
CMYK 0.000.250.38   0.20
XYZ39.960836.826125.0807
Yxy36.82610.39230.3615
Hunter Lab60.684511.344517.9748
CIE-Lab67.146416.182520.7560

#cc987f color RGB value is (204,152,127).

#cc987f hex color red value is 204, green value is 152 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cc987f hue: 0.05 , saturation: 0.43 and the lightness value of cc987f is 0.65.

The process color (four color CMYK) of #cc987f color hex is 0.00, 0.25, 0.38, 0.20. Web safe color of #cc987f is #cc9966. Color #cc987f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011000 01111111
Octal 314 230 177
Decimal 204 152 127
Hex CC 98 7F

RGB Percentages of Color #cc987f

%42.24
%31.47
%26.29

CMYK Percentages of Color #cc987f

%0
%25
%38
%20

Triadic Colors of #cc987f

#cc987f #7fcc98 #987fcc

Analogous Colors of #cc987f

#cc987f #ccbf7f #cc7f8d

Monochromatic Colors of #cc987f

#cc987f

Complementary Color

#cc987f #7fb3cc

#cc987f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc987f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc987f Color CSS Codes

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

#cc987f Text Font Color

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

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


#cc987f Background Color

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

This div background color is #cc987f


#cc987f Border Color

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

This div border color is #cc987f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc987f


Comments

No comments written yet.

Please login to write comment.