Color spaces of #ad59aa
RGB | 173 | 89 | 170 |
---|---|---|---|
HSL | 0.84 | 0.34 | 0.51 |
HSV | 302° | 49° | 68° |
CMYK | 0.00 | 0.49 | 0.02 0.32 |
XYZ | 28.0617 | 18.9313 | 40.2053 |
Yxy | 18.9313 | 0.3218 | 0.2171 |
Hunter Lab | 43.5101 | 38.9803 | -24.3295 |
CIE-Lab | 50.6067 | 45.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01011001 | 10101010 |
Octal | 255 | 131 | 252 |
Decimal | 173 | 89 | 170 |
Hex | AD | 59 | AA |
Shades of #ad59aa
Tints of #ad59aa
RGB Percentages of Color #ad59aa
CMYK Percentages of Color #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.