Color Hex Logo

#cc21aa Color Hex

#CC21AA
(204,33,170)
0 Favorites   0 Comments

Color spaces of #cc21aa

RGB 20433170
HSL0.870.720.46
HSV312°84°80°
CMYK 0.000.840.17   0.20
XYZ32.701416.827439.5547
Yxy16.82740.36710.1889
Hunter Lab41.021270.5100-28.4555
CIE-Lab48.041874.3162-32.2892

#cc21aa color RGB value is (204,33,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100001 10101010
Octal 314 41 252
Decimal 204 33 170
Hex CC 21 AA

RGB Percentages of Color #cc21aa

%50.12
%8.11
%41.77

CMYK Percentages of Color #cc21aa

%0
%84
%17
%20

Triadic Colors of #cc21aa

#cc21aa #aacc21 #21aacc

Analogous Colors of #cc21aa

#cc21aa #cc2154 #9921cc

Monochromatic Colors of #cc21aa

#cc21aa

Complementary Color

#cc21aa #21cc43

#cc21aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc21aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc21aa Color CSS Codes

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

#cc21aa Text Font Color

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

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


#cc21aa Background Color

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

This div background color is #cc21aa


#cc21aa Border Color

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

This div border color is #cc21aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc21aa


Comments

No comments written yet.

Please login to write comment.