Color Hex Logo

#cc587f Color Hex

#CC587F
(204,88,127)
0 Favorites   0 Comments

Color spaces of #cc587f

RGB 20488127
HSL0.940.530.57
HSV340°57°80°
CMYK 0.000.570.38   0.20
XYZ32.222321.349122.5012
Yxy21.34910.42360.2806
Hunter Lab46.205143.62263.4702
CIE-Lab53.329549.80521.2897

#cc587f color RGB value is (204,88,127).

#cc587f hex color red value is 204, green value is 88 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cc587f hue: 0.94 , saturation: 0.53 and the lightness value of cc587f is 0.57.

The process color (four color CMYK) of #cc587f color hex is 0.00, 0.57, 0.38, 0.20. Web safe color of #cc587f is #cc6666. Color #cc587f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011000 01111111
Octal 314 130 177
Decimal 204 88 127
Hex CC 58 7F

RGB Percentages of Color #cc587f

%48.69
%21.00
%30.31

CMYK Percentages of Color #cc587f

%0
%57
%38
%20

Triadic Colors of #cc587f

#cc587f #7fcc58 #587fcc

Analogous Colors of #cc587f

#cc587f #cc6b58 #cc58b9

Monochromatic Colors of #cc587f

#cc587f

Complementary Color

#cc587f #58cca5

#cc587f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc587f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc587f Color CSS Codes

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

#cc587f Text Font Color

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

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


#cc587f Background Color

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

This div background color is #cc587f


#cc587f Border Color

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

This div border color is #cc587f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,88,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 #cc587f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc587f


Comments

No comments written yet.

Please login to write comment.