Color Hex Logo

#cc20cb Color Hex

#CC20CB
(204,32,203)
0 Favorites   0 Comments

Color spaces of #cc20cb

RGB 20432203
HSL0.830.730.46
HSV300°84°80°
CMYK 0.000.840.00   0.20
XYZ36.197818.182258.1016
Yxy18.18220.32180.1616
Hunter Lab42.640676.9085-50.9395
CIE-Lab49.716479.1647-48.9165

#cc20cb color RGB value is (204,32,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100000 11001011
Octal 314 40 313
Decimal 204 32 203
Hex CC 20 CB

RGB Percentages of Color #cc20cb

%46.47
%7.29
%46.24

CMYK Percentages of Color #cc20cb

%0
%84
%0
%20

Triadic Colors of #cc20cb

#cc20cb #cbcc20 #20cbcc

Analogous Colors of #cc20cb

#cc20cb #cc2075 #7720cc

Monochromatic Colors of #cc20cb

#cc20cb

Complementary Color

#cc20cb #20cc21

#cc20cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc20cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc20cb Color CSS Codes

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

#cc20cb Text Font Color

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

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


#cc20cb Background Color

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

This div background color is #cc20cb


#cc20cb Border Color

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

This div border color is #cc20cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc20cb


Comments

No comments written yet.

Please login to write comment.