Color Hex Logo

#cc06cb Color Hex

#CC06CB
(204,6,203)
0 Favorites   0 Comments

Color spaces of #cc06cb

RGB 2046203
HSL0.830.940.41
HSV300°97°80°
CMYK 0.000.970.00   0.20
XYZ35.746517.279457.9511
Yxy17.27940.32210.1557
Hunter Lab41.568580.7548-53.5589
CIE-Lab48.610282.4202-50.6836

#cc06cb color RGB value is (204,6,203).

#cc06cb hex color red value is 204, green value is 6 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cc06cb hue: 0.83 , saturation: 0.94 and the lightness value of cc06cb is 0.41.

The process color (four color CMYK) of #cc06cb color hex is 0.00, 0.97, 0.00, 0.20. Web safe color of #cc06cb is #cc00cc. Color #cc06cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000110 11001011
Octal 314 6 313
Decimal 204 6 203
Hex CC 6 CB

RGB Percentages of Color #cc06cb

%49.39
%1.45
%49.15

CMYK Percentages of Color #cc06cb

%0
%97
%0
%20

Triadic Colors of #cc06cb

#cc06cb #cbcc06 #06cbcc

Analogous Colors of #cc06cb

#cc06cb #cc0668 #6a06cc

Monochromatic Colors of #cc06cb

#cc06cb

Complementary Color

#cc06cb #06cc07

#cc06cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc06cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc06cb Color CSS Codes

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

#cc06cb Text Font Color

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

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


#cc06cb Background Color

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

This div background color is #cc06cb


#cc06cb Border Color

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

This div border color is #cc06cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc06cb


Comments

No comments written yet.

Please login to write comment.