Color Hex Logo

#cc016b Color Hex

#CC016B
(204,1,107)
0 Favorites   0 Comments

Color spaces of #cc016b

RGB 2041107
HSL0.910.990.40
HSV329°100°80°
CMYK 0.001.000.48   0.20
XYZ27.566513.920615.1439
Yxy13.92060.48680.2458
Hunter Lab37.310366.59062.0520
CIE-Lab44.118871.83380.0303

#cc016b color RGB value is (204,1,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000001 01101011
Octal 314 1 153
Decimal 204 1 107
Hex CC 1 6B

RGB Percentages of Color #cc016b

%65.38
%0.32
%34.29

CMYK Percentages of Color #cc016b

%0
%100
%48
%20

Triadic Colors of #cc016b

#cc016b #6bcc01 #016bcc

Analogous Colors of #cc016b

#cc016b #cc0105 #c801cc

Monochromatic Colors of #cc016b

#cc016b

Complementary Color

#cc016b #01cc62

#cc016b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc016b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc016b Color CSS Codes

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

#cc016b Text Font Color

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

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


#cc016b Background Color

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

This div background color is #cc016b


#cc016b Border Color

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

This div border color is #cc016b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc016b

#cc016b Color Palettes


Comments

No comments written yet.

Please login to write comment.