Color Hex Logo

#ad59aa Color Hex

#AD59AA
(173,89,170)
0 Favorites   0 Comments

Color spaces of #ad59aa

RGB 17389170
HSL0.840.340.51
HSV302°49°68°
CMYK 0.000.490.02   0.32
XYZ28.061718.931340.2053
Yxy18.93130.32180.2171
Hunter Lab43.510138.9803-24.3295
CIE-Lab50.606745.8389-28.6451

#ad59aa color RGB value is (173,89,170).

#ad59aa hex color red value is 173, green value is 89 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ad59aa hue: 0.84 , saturation: 0.34 and the lightness value of ad59aa is 0.51.

The process color (four color CMYK) of #ad59aa color hex is 0.00, 0.49, 0.02, 0.32. Web safe color of #ad59aa is #996699. Color #ad59aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011001 10101010
Octal 255 131 252
Decimal 173 89 170
Hex AD 59 AA

RGB Percentages of Color #ad59aa

%40.05
%20.60
%39.35

CMYK Percentages of Color #ad59aa

%0
%49
%2
%32

Triadic Colors of #ad59aa

#ad59aa #aaad59 #59aaad

Analogous Colors of #ad59aa

#ad59aa #ad5980 #8659ad

Monochromatic Colors of #ad59aa

#ad59aa

Complementary Color

#ad59aa #59ad5c

#ad59aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad59aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad59aa Color CSS Codes

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

#ad59aa Text Font Color

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

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


#ad59aa Background Color

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

This div background color is #ad59aa


#ad59aa Border Color

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

This div border color is #ad59aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad59aa


Comments

No comments written yet.

Please login to write comment.