Color Hex Logo

#cc21ac Color Hex

#CC21AC
(204,33,172)
0 Favorites   0 Comments

Color spaces of #cc21ac

RGB 20433172
HSL0.860.720.46
HSV311°84°80°
CMYK 0.000.840.16   0.20
XYZ32.892116.903640.5588
Yxy16.90360.36400.1871
Hunter Lab41.114070.8545-29.7096
CIE-Lab48.138374.5798-33.3203

#cc21ac color RGB value is (204,33,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100001 10101100
Octal 314 41 254
Decimal 204 33 172
Hex CC 21 AC

RGB Percentages of Color #cc21ac

%49.88
%8.07
%42.05

CMYK Percentages of Color #cc21ac

%0
%84
%16
%20

Triadic Colors of #cc21ac

#cc21ac #accc21 #21accc

Analogous Colors of #cc21ac

#cc21ac #cc2156 #9721cc

Monochromatic Colors of #cc21ac

#cc21ac

Complementary Color

#cc21ac #21cc41

#cc21ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc21ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc21ac Color CSS Codes

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

#cc21ac Text Font Color

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

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


#cc21ac Background Color

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

This div background color is #cc21ac


#cc21ac Border Color

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

This div border color is #cc21ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc21ac


Comments

No comments written yet.

Please login to write comment.