Color Hex Logo

#ad21df Color Hex

#AD21DF
(173,33,223)
0 Favorites   0 Comments

Color spaces of #ad21df

RGB 17333223
HSL0.790.750.50
HSV284°85°87°
CMYK 0.220.850.00   0.13
XYZ31.096715.299771.1262
Yxy15.29970.26460.1302
Hunter Lab39.114873.4584-80.4322
CIE-Lab46.042077.1089-66.5658

#ad21df color RGB value is (173,33,223).

#ad21df hex color red value is 173, green value is 33 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ad21df hue: 0.79 , saturation: 0.75 and the lightness value of ad21df is 0.50.

The process color (four color CMYK) of #ad21df color hex is 0.22, 0.85, 0.00, 0.13. Web safe color of #ad21df is #9933cc. Color #ad21df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100001 11011111
Octal 255 41 337
Decimal 173 33 223
Hex AD 21 DF

RGB Percentages of Color #ad21df

%40.33
%7.69
%51.98

CMYK Percentages of Color #ad21df

%22
%85
%0
%13

Triadic Colors of #ad21df

#ad21df #dfad21 #21dfad

Analogous Colors of #ad21df

#ad21df #df21b2 #4e21df

Monochromatic Colors of #ad21df

#ad21df

Complementary Color

#ad21df #53df21

#ad21df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad21df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad21df Color CSS Codes

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

#ad21df Text Font Color

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

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


#ad21df Background Color

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

This div background color is #ad21df


#ad21df Border Color

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

This div border color is #ad21df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad21df


Comments

No comments written yet.

Please login to write comment.