Color Hex Logo

#ad0add Color Hex

#AD0ADD
(173,10,221)
0 Favorites   0 Comments

Color spaces of #ad0add

RGB 17310221
HSL0.800.910.45
HSV286°95°87°
CMYK 0.220.950.00   0.13
XYZ30.393314.321869.5691
Yxy14.32180.26590.1253
Hunter Lab37.844277.1292-82.5022
CIE-Lab44.690980.3148-67.6195

#ad0add color RGB value is (173,10,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001010 11011101
Octal 255 12 335
Decimal 173 10 221
Hex AD A DD

RGB Percentages of Color #ad0add

%42.82
%2.48
%54.70

CMYK Percentages of Color #ad0add

%22
%95
%0
%13

Triadic Colors of #ad0add

#ad0add #ddad0a #0addad

Analogous Colors of #ad0add

#ad0add #dd0aa4 #440add

Monochromatic Colors of #ad0add

#ad0add

Complementary Color

#ad0add #3add0a

#ad0add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0add Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0add Color CSS Codes

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

#ad0add Text Font Color

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

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


#ad0add Background Color

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

This div background color is #ad0add


#ad0add Border Color

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

This div border color is #ad0add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0add


Comments

No comments written yet.

Please login to write comment.