Color spaces of #ad659f
RGB | 173 | 101 | 159 |
---|---|---|---|
HSL | 0.87 | 0.31 | 0.54 |
HSV | 312° | 42° | 68° |
CMYK | 0.00 | 0.42 | 0.08 0.32 |
XYZ | 28.1453 | 20.6948 | 35.3120 |
Yxy | 20.6948 | 0.3345 | 0.2459 |
Hunter Lab | 45.4915 | 30.8265 | -14.1787 |
CIE-Lab | 52.6138 | 37.5178 | -19.1100 |
#ad659f color RGB value is (173,101,159).
#ad659f hex color red value is 173, green value is 101 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ad659f hue: 0.87 , saturation: 0.31 and the lightness value of ad659f is 0.54.
The process color (four color CMYK) of #ad659f color hex is 0.00, 0.42, 0.08, 0.32. Web safe color of #ad659f is #996699. Color #ad659f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01100101 | 10011111 |
Octal | 255 | 145 | 237 |
Decimal | 173 | 101 | 159 |
Hex | AD | 65 | 9F |
Shades of #ad659f
Tints of #ad659f
RGB Percentages of Color #ad659f
CMYK Percentages of Color #ad659f
Complementary Color
#ad659f | #65ad73 |
#ad659f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad659f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad659f Color CSS Codes
.mybgcolor {background-color:#ad659f; } .myforecolor {color:#ad659f; } .mybordercolor {border:3px solid #ad659f; }
#ad659f Text Font Color
<p style="color:#ad659f">Text here</p>
This sample text font color is #ad659f
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.
#ad659f Background Color
<div style="background-color:#ad659f">
Div content here</div>
This div background color is #ad659f
#ad659f Border Color
<div style="border:3px solid #ad659f">
Div here</div>
This div border color is #ad659f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,101,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad659f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad659f; -webkit-box-shadow: 1px 1px 3px 2px #ad659f; box-shadow: 1px 1px 3px 2px #ad659f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,101,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 #ad659f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad659f; -webkit-box-shadow: 1px 1px 3px 2px #ad659f; box-shadow: 1px 1px 3px 2px #ad659f;">
Div content here</div>
This div box has shadow with color #ad659f
Comments
No comments written yet.
Please login to write comment.