Color Hex Logo

#cc578a Color Hex

#CC578A
(204,87,138)
0 Favorites   0 Comments

Color spaces of #cc578a

RGB 20487138
HSL0.930.530.57
HSV334°57°80°
CMYK 0.000.570.32   0.20
XYZ32.897521.488726.4586
Yxy21.48870.40690.2658
Hunter Lab46.355945.5537-1.3919
CIE-Lab53.480251.5736-5.0115

#cc578a color RGB value is (204,87,138).

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

The process color (four color CMYK) of #cc578a color hex is 0.00, 0.57, 0.32, 0.20. Web safe color of #cc578a is #cc6699. Color #cc578a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010111 10001010
Octal 314 127 212
Decimal 204 87 138
Hex CC 57 8A

RGB Percentages of Color #cc578a

%47.55
%20.28
%32.17

CMYK Percentages of Color #cc578a

%0
%57
%32
%20

Triadic Colors of #cc578a

#cc578a #8acc57 #578acc

Analogous Colors of #cc578a

#cc578a #cc5f57 #cc57c5

Monochromatic Colors of #cc578a

#cc578a

Complementary Color

#cc578a #57cc99

#cc578a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc578a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc578a Color CSS Codes

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

#cc578a Text Font Color

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

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


#cc578a Background Color

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

This div background color is #cc578a


#cc578a Border Color

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

This div border color is #cc578a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc578a

#cc578a Color Palettes


Comments

No comments written yet.

Please login to write comment.