Color Hex Logo

#cc576f Color Hex

#CC576F
(204,87,111)
0 Favorites   0 Comments

Color spaces of #cc576f

RGB 20487111
HSL0.970.530.57
HSV348°57°80°
CMYK 0.000.570.46   0.20
XYZ31.179320.801517.4107
Yxy20.80150.44930.2998
Hunter Lab45.608742.21229.2926
CIE-Lab52.731648.57939.9480

#cc576f color RGB value is (204,87,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010111 01101111
Octal 314 127 157
Decimal 204 87 111
Hex CC 57 6F

RGB Percentages of Color #cc576f

%50.75
%21.64
%27.61

CMYK Percentages of Color #cc576f

%0
%57
%46
%20

Triadic Colors of #cc576f

#cc576f #6fcc57 #576fcc

Analogous Colors of #cc576f

#cc576f #cc7a57 #cc57aa

Monochromatic Colors of #cc576f

#cc576f

Complementary Color

#cc576f #57ccb4

#cc576f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc576f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc576f Color CSS Codes

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

#cc576f Text Font Color

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

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


#cc576f Background Color

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

This div background color is #cc576f


#cc576f Border Color

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

This div border color is #cc576f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc576f


Comments

No comments written yet.

Please login to write comment.