Color Hex Logo

#ad5add Color Hex

#AD5ADD
(173,90,221)
0 Favorites   0 Comments

Color spaces of #ad5add

RGB 17390221
HSL0.770.660.61
HSV278°59°87°
CMYK 0.220.590.00   0.13
XYZ33.940921.417070.7516
Yxy21.41700.26910.1698
Hunter Lab46.278549.9255-58.2489
CIE-Lab53.402955.5800-53.5694

#ad5add color RGB value is (173,90,221).

#ad5add hex color red value is 173, green value is 90 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ad5add hue: 0.77 , saturation: 0.66 and the lightness value of ad5add is 0.61.

The process color (four color CMYK) of #ad5add color hex is 0.22, 0.59, 0.00, 0.13. Web safe color of #ad5add is #9966cc. Color #ad5add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011010 11011101
Octal 255 132 335
Decimal 173 90 221
Hex AD 5A DD

RGB Percentages of Color #ad5add

%35.74
%18.60
%45.66

CMYK Percentages of Color #ad5add

%22
%59
%0
%13

Triadic Colors of #ad5add

#ad5add #ddad5a #5addad

Analogous Colors of #ad5add

#ad5add #dd5acc #6c5add

Monochromatic Colors of #ad5add

#ad5add

Complementary Color

#ad5add #8add5a

#ad5add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5add Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5add Color CSS Codes

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

#ad5add Text Font Color

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

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


#ad5add Background Color

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

This div background color is #ad5add


#ad5add Border Color

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

This div border color is #ad5add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5add


Comments

No comments written yet.

Please login to write comment.