Color Hex Logo

#cc00cb Color Hex

#CC00CB
(204,0,203)
0 Favorites   0 Comments

Color spaces of #cc00cb

RGB 2040203
HSL0.831.000.40
HSV300°100°80°
CMYK 0.001.000.00   0.20
XYZ35.681317.149257.9294
Yxy17.14920.32210.1548
Hunter Lab41.411681.3299-53.9508
CIE-Lab48.447582.9019-50.9438

#cc00cb color RGB value is (204,0,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000000 11001011
Octal 314 0 313
Decimal 204 0 203
Hex CC 0 CB

RGB Percentages of Color #cc00cb

%50.12
%0.00
%49.88

CMYK Percentages of Color #cc00cb

%0
%100
%0
%20

Triadic Colors of #cc00cb

#cc00cb #cbcc00 #00cbcc

Analogous Colors of #cc00cb

#cc00cb #cc0065 #6700cc

Monochromatic Colors of #cc00cb

#cc00cb

Complementary Color

#cc00cb #00cc01

#cc00cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc00cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc00cb Color CSS Codes

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

#cc00cb Text Font Color

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

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


#cc00cb Background Color

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

This div background color is #cc00cb


#cc00cb Border Color

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

This div border color is #cc00cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc00cb


Comments

No comments written yet.

Please login to write comment.