Color Hex Logo

#cc21af Color Hex

#CC21AF
(204,33,175)
0 Favorites   0 Comments

Color spaces of #cc21af

RGB 20433175
HSL0.860.720.46
HSV310°84°80°
CMYK 0.000.840.14   0.20
XYZ33.183617.020242.0937
Yxy17.02020.35950.1844
Hunter Lab41.255571.3780-31.6157
CIE-Lab48.285574.9796-34.8594

#cc21af color RGB value is (204,33,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100001 10101111
Octal 314 41 257
Decimal 204 33 175
Hex CC 21 AF

RGB Percentages of Color #cc21af

%49.51
%8.01
%42.48

CMYK Percentages of Color #cc21af

%0
%84
%14
%20

Triadic Colors of #cc21af

#cc21af #afcc21 #21afcc

Analogous Colors of #cc21af

#cc21af #cc2159 #9421cc

Monochromatic Colors of #cc21af

#cc21af

Complementary Color

#cc21af #21cc3e

#cc21af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc21af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc21af Color CSS Codes

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

#cc21af Text Font Color

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

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


#cc21af Background Color

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

This div background color is #cc21af


#cc21af Border Color

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

This div border color is #cc21af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc21af


Comments

No comments written yet.

Please login to write comment.