Color Hex Logo

#cc42cb Color Hex

#CC42CB
(204,66,203)
0 Favorites   0 Comments

Color spaces of #cc42cb

RGB 20466203
HSL0.830.580.53
HSV300°68°80°
CMYK 0.000.680.00   0.20
XYZ37.629521.045658.5788
Yxy21.04560.32090.1795
Hunter Lab45.875566.1331-43.5951
CIE-Lab52.999469.7303-43.6991

#cc42cb color RGB value is (204,66,203).

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

The process color (four color CMYK) of #cc42cb color hex is 0.00, 0.68, 0.00, 0.20. Web safe color of #cc42cb is #cc33cc. Color #cc42cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000010 11001011
Octal 314 102 313
Decimal 204 66 203
Hex CC 42 CB

RGB Percentages of Color #cc42cb

%43.13
%13.95
%42.92

CMYK Percentages of Color #cc42cb

%0
%68
%0
%20

Triadic Colors of #cc42cb

#cc42cb #cbcc42 #42cbcc

Analogous Colors of #cc42cb

#cc42cb #cc4286 #8842cc

Monochromatic Colors of #cc42cb

#cc42cb

Complementary Color

#cc42cb #42cc43

#cc42cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc42cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc42cb Color CSS Codes

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

#cc42cb Text Font Color

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

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


#cc42cb Background Color

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

This div background color is #cc42cb


#cc42cb Border Color

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

This div border color is #cc42cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc42cb


Comments

No comments written yet.

Please login to write comment.