Color Hex Logo

#ad21ac Color Hex

#AD21AC
(173,33,172)
0 Favorites   0 Comments

Color spaces of #ad21ac

RGB 17333172
HSL0.830.680.40
HSV300°81°68°
CMYK 0.000.810.01   0.32
XYZ25.223812.950540.2000
Yxy12.95050.32180.1652
Hunter Lab35.986862.1370-41.0407
CIE-Lab42.688668.3444-42.2908

#ad21ac color RGB value is (173,33,172).

#ad21ac hex color red value is 173, green value is 33 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ad21ac hue: 0.83 , saturation: 0.68 and the lightness value of ad21ac is 0.40.

The process color (four color CMYK) of #ad21ac color hex is 0.00, 0.81, 0.01, 0.32. Web safe color of #ad21ac is #993399. Color #ad21ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100001 10101100
Octal 255 41 254
Decimal 173 33 172
Hex AD 21 AC

RGB Percentages of Color #ad21ac

%45.77
%8.73
%45.50

CMYK Percentages of Color #ad21ac

%0
%81
%1
%32

Triadic Colors of #ad21ac

#ad21ac #acad21 #21acad

Analogous Colors of #ad21ac

#ad21ac #ad2166 #6821ad

Monochromatic Colors of #ad21ac

#ad21ac

Complementary Color

#ad21ac #21ad22

#ad21ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad21ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad21ac Color CSS Codes

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

#ad21ac Text Font Color

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

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


#ad21ac Background Color

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

This div background color is #ad21ac


#ad21ac Border Color

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

This div border color is #ad21ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad21ac


Comments

No comments written yet.

Please login to write comment.