Color Hex Logo

#ad08dd Color Hex

#AD08DD
(173,8,221)
0 Favorites   0 Comments

Color spaces of #ad08dd

RGB 1738221
HSL0.800.930.45
HSV286°96°87°
CMYK 0.220.960.00   0.13
XYZ30.371614.278469.5619
Yxy14.27840.26590.1250
Hunter Lab37.786877.3448-82.6966
CIE-Lab44.629680.4979-67.7194

#ad08dd color RGB value is (173,8,221).

#ad08dd hex color red value is 173, green value is 8 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ad08dd hue: 0.80 , saturation: 0.93 and the lightness value of ad08dd is 0.45.

The process color (four color CMYK) of #ad08dd color hex is 0.22, 0.96, 0.00, 0.13. Web safe color of #ad08dd is #9900cc. Color #ad08dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001000 11011101
Octal 255 10 335
Decimal 173 8 221
Hex AD 8 DD

RGB Percentages of Color #ad08dd

%43.03
%1.99
%54.98

CMYK Percentages of Color #ad08dd

%22
%96
%0
%13

Triadic Colors of #ad08dd

#ad08dd #ddad08 #08ddad

Analogous Colors of #ad08dd

#ad08dd #dd08a3 #4308dd

Monochromatic Colors of #ad08dd

#ad08dd

Complementary Color

#ad08dd #38dd08

#ad08dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad08dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad08dd Color CSS Codes

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

#ad08dd Text Font Color

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

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


#ad08dd Background Color

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

This div background color is #ad08dd


#ad08dd Border Color

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

This div border color is #ad08dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad08dd


Comments

No comments written yet.

Please login to write comment.