Color Hex Logo

#cc006e Color Hex

#CC006E
(204,0,110)
0 Favorites   0 Comments

Color spaces of #cc006e

RGB 2040110
HSL0.911.000.40
HSV328°100°80°
CMYK 0.001.000.46   0.20
XYZ27.716313.963215.9862
Yxy13.96320.48060.2421
Hunter Lab37.367467.00500.7922
CIE-Lab44.180172.1682-1.7507

#cc006e color RGB value is (204,0,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000000 01101110
Octal 314 0 156
Decimal 204 0 110
Hex CC 0 6E

RGB Percentages of Color #cc006e

%64.97
%0.00
%35.03

CMYK Percentages of Color #cc006e

%0
%100
%46
%20

Triadic Colors of #cc006e

#cc006e #6ecc00 #006ecc

Analogous Colors of #cc006e

#cc006e #cc0008 #c400cc

Monochromatic Colors of #cc006e

#cc006e

Complementary Color

#cc006e #00cc5e

#cc006e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc006e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc006e Color CSS Codes

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

#cc006e Text Font Color

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

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


#cc006e Background Color

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

This div background color is #cc006e


#cc006e Border Color

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

This div border color is #cc006e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc006e


Comments

No comments written yet.

Please login to write comment.