Color spaces of #ad086f
RGB | 173 | 8 | 111 |
---|---|---|---|
HSL | 0.90 | 0.91 | 0.35 |
HSV | 323° | 95° | 68° |
CMYK | 0.00 | 0.95 | 0.36 0.32 |
XYZ | 20.1897 | 10.2056 | 15.9447 |
Yxy | 10.2056 | 0.4357 | 0.2202 |
Hunter Lab | 31.9462 | 56.9045 | -7.2299 |
CIE-Lab | 38.2089 | 64.6733 | -11.9545 |
#ad086f color RGB value is (173,8,111).
#ad086f hex color red value is 173, green value is 8 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ad086f hue: 0.90 , saturation: 0.91 and the lightness value of ad086f is 0.35.
The process color (four color CMYK) of #ad086f color hex is 0.00, 0.95, 0.36, 0.32. Web safe color of #ad086f is #990066. Color #ad086f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 00001000 | 01101111 |
Octal | 255 | 10 | 157 |
Decimal | 173 | 8 | 111 |
Hex | AD | 8 | 6F |
Shades of #ad086f
Tints of #ad086f
RGB Percentages of Color #ad086f
CMYK Percentages of Color #ad086f
Complementary Color
#ad086f | #08ad46 |
#ad086f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad086f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad086f Color CSS Codes
.mybgcolor {background-color:#ad086f; } .myforecolor {color:#ad086f; } .mybordercolor {border:3px solid #ad086f; }
#ad086f Text Font Color
<p style="color:#ad086f">Text here</p>
This sample text font color is #ad086f
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.
#ad086f Background Color
<div style="background-color:#ad086f">
Div content here</div>
This div background color is #ad086f
#ad086f Border Color
<div style="border:3px solid #ad086f">
Div here</div>
This div border color is #ad086f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,8,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad086f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad086f; -webkit-box-shadow: 1px 1px 3px 2px #ad086f; box-shadow: 1px 1px 3px 2px #ad086f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,8,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad086f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad086f; -webkit-box-shadow: 1px 1px 3px 2px #ad086f; box-shadow: 1px 1px 3px 2px #ad086f;">
Div content here</div>
This div box has shadow with color #ad086f
Comments
No comments written yet.
Please login to write comment.