Color Hex Logo

#cc006a Color Hex

#CC006A
(204,0,106)
0 Favorites   0 Comments

Color spaces of #cc006a

RGB 2040106
HSL0.911.000.40
HSV329°100°80°
CMYK 0.001.000.48   0.20
XYZ27.503413.878014.8648
Yxy13.87800.48900.2467
Hunter Lab37.253266.59052.4193
CIE-Lab44.057571.84570.5649

#cc006a color RGB value is (204,0,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000000 01101010
Octal 314 0 152
Decimal 204 0 106
Hex CC 0 6A

RGB Percentages of Color #cc006a

%65.81
%0.00
%34.19

CMYK Percentages of Color #cc006a

%0
%100
%48
%20

Triadic Colors of #cc006a

#cc006a #6acc00 #006acc

Analogous Colors of #cc006a

#cc006a #cc0004 #c800cc

Monochromatic Colors of #cc006a

#cc006a

Complementary Color

#cc006a #00cc62

#cc006a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc006a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc006a Color CSS Codes

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

#cc006a Text Font Color

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

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


#cc006a Background Color

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

This div background color is #cc006a


#cc006a Border Color

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

This div border color is #cc006a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc006a


Comments

No comments written yet.

Please login to write comment.