Color Hex Logo

#ad21dd Color Hex

#AD21DD
(173,33,221)
0 Favorites   0 Comments

Color spaces of #ad21dd

RGB 17333221
HSL0.790.740.50
HSV285°85°87°
CMYK 0.220.850.00   0.13
XYZ30.828615.192469.7142
Yxy15.19240.26640.1313
Hunter Lab38.977472.9713-78.7606
CIE-Lab45.896676.7426-65.6605

#ad21dd color RGB value is (173,33,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100001 11011101
Octal 255 41 335
Decimal 173 33 221
Hex AD 21 DD

RGB Percentages of Color #ad21dd

%40.52
%7.73
%51.76

CMYK Percentages of Color #ad21dd

%22
%85
%0
%13

Triadic Colors of #ad21dd

#ad21dd #ddad21 #21ddad

Analogous Colors of #ad21dd

#ad21dd #dd21af #4f21dd

Monochromatic Colors of #ad21dd

#ad21dd

Complementary Color

#ad21dd #51dd21

#ad21dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad21dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad21dd Color CSS Codes

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

#ad21dd Text Font Color

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

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


#ad21dd Background Color

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

This div background color is #ad21dd


#ad21dd Border Color

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

This div border color is #ad21dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad21dd


Comments

No comments written yet.

Please login to write comment.