Color Hex Logo

#cc016f Color Hex

#CC016F
(204,1,111)
0 Favorites   0 Comments

Color spaces of #cc016f

RGB 2041111
HSL0.910.990.40
HSV327°100°80°
CMYK 0.001.000.46   0.20
XYZ27.781914.006816.2782
Yxy14.00680.47840.2412
Hunter Lab37.425767.00960.4099
CIE-Lab44.242772.1599-2.2814

#cc016f color RGB value is (204,1,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000001 01101111
Octal 314 1 157
Decimal 204 1 111
Hex CC 1 6F

RGB Percentages of Color #cc016f

%64.56
%0.32
%35.13

CMYK Percentages of Color #cc016f

%0
%100
%46
%20

Triadic Colors of #cc016f

#cc016f #6fcc01 #016fcc

Analogous Colors of #cc016f

#cc016f #cc0109 #c401cc

Monochromatic Colors of #cc016f

#cc016f

Complementary Color

#cc016f #01cc5e

#cc016f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc016f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc016f Color CSS Codes

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

#cc016f Text Font Color

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

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


#cc016f Background Color

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

This div background color is #cc016f


#cc016f Border Color

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

This div border color is #cc016f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc016f


Comments

No comments written yet.

Please login to write comment.