Color Hex Logo

#cc057a Color Hex

#CC057A
(204,5,122)
0 Favorites   0 Comments

Color spaces of #cc057a

RGB 2045122
HSL0.900.950.41
HSV325°98°80°
CMYK 0.000.980.40   0.20
XYZ28.469014.351119.6819
Yxy14.35110.45550.2296
Hunter Lab37.882867.8480-4.2859
CIE-Lab44.732372.7628-8.3726

#cc057a color RGB value is (204,5,122).

#cc057a hex color red value is 204, green value is 5 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cc057a hue: 0.90 , saturation: 0.95 and the lightness value of cc057a is 0.41.

The process color (four color CMYK) of #cc057a color hex is 0.00, 0.98, 0.40, 0.20. Web safe color of #cc057a is #cc0066. Color #cc057a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000101 01111010
Octal 314 5 172
Decimal 204 5 122
Hex CC 5 7A

RGB Percentages of Color #cc057a

%61.63
%1.51
%36.86

CMYK Percentages of Color #cc057a

%0
%98
%40
%20

Triadic Colors of #cc057a

#cc057a #7acc05 #057acc

Analogous Colors of #cc057a

#cc057a #cc0517 #bb05cc

Monochromatic Colors of #cc057a

#cc057a

Complementary Color

#cc057a #05cc57

#cc057a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc057a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc057a Color CSS Codes

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

#cc057a Text Font Color

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

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


#cc057a Background Color

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

This div background color is #cc057a


#cc057a Border Color

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

This div border color is #cc057a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc057a


Comments

No comments written yet.

Please login to write comment.