Color Hex Logo

#cc21cc Color Hex

#CC21CC
(204,33,204)
0 Favorites   0 Comments

Color spaces of #cc21cc

RGB 20433204
HSL0.830.720.46
HSV300°84°80°
CMYK 0.000.840.00   0.20
XYZ36.344818.284758.7405
Yxy18.28470.32060.1613
Hunter Lab42.760676.8867-51.5146
CIE-Lab49.839679.1233-49.2965

#cc21cc color RGB value is (204,33,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100001 11001100
Octal 314 41 314
Decimal 204 33 204
Hex CC 21 CC

RGB Percentages of Color #cc21cc

%46.26
%7.48
%46.26

CMYK Percentages of Color #cc21cc

%0
%84
%0
%20

Triadic Colors of #cc21cc

#cc21cc #cccc21 #21cccc

Analogous Colors of #cc21cc

#cc21cc #cc2177 #7721cc

Monochromatic Colors of #cc21cc

#cc21cc

Complementary Color

#cc21cc #21cc21

#cc21cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc21cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc21cc Color CSS Codes

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

#cc21cc Text Font Color

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

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


#cc21cc Background Color

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

This div background color is #cc21cc


#cc21cc Border Color

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

This div border color is #cc21cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc21cc


Comments

No comments written yet.

Please login to write comment.