Color Hex Logo

#cc016a Color Hex

#CC016A
(204,1,106)
0 Favorites   0 Comments

Color spaces of #cc016a

RGB 2041106
HSL0.910.990.40
HSV329°100°80°
CMYK 0.001.000.48   0.20
XYZ27.514213.899714.8684
Yxy13.89970.48890.2470
Hunter Lab37.282366.48832.4524
CIE-Lab44.088771.75410.6106

#cc016a color RGB value is (204,1,106).

#cc016a hex color red value is 204, green value is 1 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cc016a hue: 0.91 , saturation: 0.99 and the lightness value of cc016a is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000001 01101010
Octal 314 1 152
Decimal 204 1 106
Hex CC 1 6A

RGB Percentages of Color #cc016a

%65.59
%0.32
%34.08

CMYK Percentages of Color #cc016a

%0
%100
%48
%20

Triadic Colors of #cc016a

#cc016a #6acc01 #016acc

Analogous Colors of #cc016a

#cc016a #cc0105 #c901cc

Monochromatic Colors of #cc016a

#cc016a

Complementary Color

#cc016a #01cc63

#cc016a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc016a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc016a Color CSS Codes

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

#cc016a Text Font Color

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

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


#cc016a Background Color

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

This div background color is #cc016a


#cc016a Border Color

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

This div border color is #cc016a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc016a


Comments

No comments written yet.

Please login to write comment.