Color Hex Logo

#cc166a Color Hex

#CC166A
(204,22,106)
0 Favorites   0 Comments

Color spaces of #cc166a

RGB 20422106
HSL0.920.810.44
HSV332°89°80°
CMYK 0.000.890.48   0.20
XYZ27.790314.451814.9604
Yxy14.45180.48580.2526
Hunter Lab38.015563.96083.2782
CIE-Lab44.874069.47201.7525

#cc166a color RGB value is (204,22,106).

#cc166a hex color red value is 204, green value is 22 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cc166a hue: 0.92 , saturation: 0.81 and the lightness value of cc166a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010110 01101010
Octal 314 26 152
Decimal 204 22 106
Hex CC 16 6A

RGB Percentages of Color #cc166a

%61.45
%6.63
%31.93

CMYK Percentages of Color #cc166a

%0
%89
%48
%20

Triadic Colors of #cc166a

#cc166a #6acc16 #166acc

Analogous Colors of #cc166a

#cc166a #cc1d16 #cc16c5

Monochromatic Colors of #cc166a

#cc166a

Complementary Color

#cc166a #16cc78

#cc166a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc166a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc166a Color CSS Codes

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

#cc166a Text Font Color

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

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


#cc166a Background Color

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

This div background color is #cc166a


#cc166a Border Color

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

This div border color is #cc166a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc166a


Comments

No comments written yet.

Please login to write comment.