Color spaces of #ad059f
RGB | 173 | 5 | 159 |
---|---|---|---|
HSL | 0.85 | 0.94 | 0.35 |
HSV | 305° | 97° | 68° |
CMYK | 0.00 | 0.97 | 0.08 0.32 |
XYZ | 23.5459 | 11.4960 | 33.7788 |
Yxy | 11.4960 | 0.3421 | 0.1670 |
Hunter Lab | 33.9058 | 64.6245 | -35.3340 |
CIE-Lab | 40.4036 | 70.9046 | -38.1439 |
#ad059f color RGB value is (173,5,159).
#ad059f hex color red value is 173, green value is 5 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ad059f hue: 0.85 , saturation: 0.94 and the lightness value of ad059f is 0.35.
The process color (four color CMYK) of #ad059f color hex is 0.00, 0.97, 0.08, 0.32. Web safe color of #ad059f is #990099. Color #ad059f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 00000101 | 10011111 |
Octal | 255 | 5 | 237 |
Decimal | 173 | 5 | 159 |
Hex | AD | 5 | 9F |
Shades of #ad059f
Tints of #ad059f
RGB Percentages of Color #ad059f
CMYK Percentages of Color #ad059f
Complementary Color
#ad059f | #05ad13 |
#ad059f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad059f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad059f Color CSS Codes
.mybgcolor {background-color:#ad059f; } .myforecolor {color:#ad059f; } .mybordercolor {border:3px solid #ad059f; }
#ad059f Text Font Color
<p style="color:#ad059f">Text here</p>
This sample text font color is #ad059f
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.
#ad059f Background Color
<div style="background-color:#ad059f">
Div content here</div>
This div background color is #ad059f
#ad059f Border Color
<div style="border:3px solid #ad059f">
Div here</div>
This div border color is #ad059f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,5,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad059f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad059f; -webkit-box-shadow: 1px 1px 3px 2px #ad059f; box-shadow: 1px 1px 3px 2px #ad059f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,5,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad059f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad059f; -webkit-box-shadow: 1px 1px 3px 2px #ad059f; box-shadow: 1px 1px 3px 2px #ad059f;">
Div content here</div>
This div box has shadow with color #ad059f
Comments
No comments written yet.
Please login to write comment.