Color Hex Logo

#cc177a Color Hex

#CC177A
(204,23,122)
0 Favorites   0 Comments

Color spaces of #cc177a

RGB 20423122
HSL0.910.800.45
HSV327°89°80°
CMYK 0.000.890.40   0.20
XYZ28.721114.855319.7659
Yxy14.85530.45340.2345
Hunter Lab38.542665.5649-3.4261
CIE-Lab45.435470.7169-7.3210

#cc177a color RGB value is (204,23,122).

#cc177a hex color red value is 204, green value is 23 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cc177a hue: 0.91 , saturation: 0.80 and the lightness value of cc177a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010111 01111010
Octal 314 27 172
Decimal 204 23 122
Hex CC 17 7A

RGB Percentages of Color #cc177a

%58.45
%6.59
%34.96

CMYK Percentages of Color #cc177a

%0
%89
%40
%20

Triadic Colors of #cc177a

#cc177a #7acc17 #177acc

Analogous Colors of #cc177a

#cc177a #cc1720 #c417cc

Monochromatic Colors of #cc177a

#cc177a

Complementary Color

#cc177a #17cc69

#cc177a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc177a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc177a Color CSS Codes

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

#cc177a Text Font Color

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

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


#cc177a Background Color

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

This div background color is #cc177a


#cc177a Border Color

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

This div border color is #cc177a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc177a


Comments

No comments written yet.

Please login to write comment.