Color Hex Logo

#ad21cc Color Hex

#AD21CC
(173,33,204)
0 Favorites   0 Comments

Color spaces of #ad21cc

RGB 17333204
HSL0.800.720.46
HSV289°84°80°
CMYK 0.150.840.00   0.20
XYZ28.676514.331658.3816
Yxy14.33160.28280.1414
Hunter Lab37.857168.9626-64.9345
CIE-Lab44.704873.6922-57.8174

#ad21cc color RGB value is (173,33,204).

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

The process color (four color CMYK) of #ad21cc color hex is 0.15, 0.84, 0.00, 0.20. Web safe color of #ad21cc is #9933cc. Color #ad21cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100001 11001100
Octal 255 41 314
Decimal 173 33 204
Hex AD 21 CC

RGB Percentages of Color #ad21cc

%42.20
%8.05
%49.76

CMYK Percentages of Color #ad21cc

%15
%84
%0
%20

Triadic Colors of #ad21cc

#ad21cc #ccad21 #21ccad

Analogous Colors of #ad21cc

#ad21cc #cc2196 #5721cc

Monochromatic Colors of #ad21cc

#ad21cc

Complementary Color

#ad21cc #40cc21

#ad21cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad21cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad21cc Color CSS Codes

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

#ad21cc Text Font Color

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

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


#ad21cc Background Color

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

This div background color is #ad21cc


#ad21cc Border Color

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

This div border color is #ad21cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad21cc


Comments

No comments written yet.

Please login to write comment.