Color spaces of #ad758f
RGB | 173 | 117 | 143 |
---|---|---|---|
HSL | 0.92 | 0.25 | 0.57 |
HSV | 332° | 32° | 68° |
CMYK | 0.00 | 0.32 | 0.17 0.32 |
XYZ | 28.5528 | 23.5900 | 29.0350 |
Yxy | 23.5900 | 0.3517 | 0.2906 |
Hunter Lab | 48.5695 | 19.9389 | -1.4450 |
CIE-Lab | 55.6749 | 25.9242 | -5.1538 |
#ad758f color RGB value is (173,117,143).
#ad758f hex color red value is 173, green value is 117 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ad758f hue: 0.92 , saturation: 0.25 and the lightness value of ad758f is 0.57.
The process color (four color CMYK) of #ad758f color hex is 0.00, 0.32, 0.17, 0.32. Web safe color of #ad758f is #996699. Color #ad758f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01110101 | 10001111 |
Octal | 255 | 165 | 217 |
Decimal | 173 | 117 | 143 |
Hex | AD | 75 | 8F |
Shades of #ad758f
Tints of #ad758f
RGB Percentages of Color #ad758f
CMYK Percentages of Color #ad758f
Complementary Color
#ad758f | #75ad93 |
#ad758f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad758f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad758f Color CSS Codes
.mybgcolor {background-color:#ad758f; } .myforecolor {color:#ad758f; } .mybordercolor {border:3px solid #ad758f; }
#ad758f Text Font Color
<p style="color:#ad758f">Text here</p>
This sample text font color is #ad758f
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.
#ad758f Background Color
<div style="background-color:#ad758f">
Div content here</div>
This div background color is #ad758f
#ad758f Border Color
<div style="border:3px solid #ad758f">
Div here</div>
This div border color is #ad758f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,117,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad758f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad758f; -webkit-box-shadow: 1px 1px 3px 2px #ad758f; box-shadow: 1px 1px 3px 2px #ad758f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,117,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad758f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad758f; -webkit-box-shadow: 1px 1px 3px 2px #ad758f; box-shadow: 1px 1px 3px 2px #ad758f;">
Div content here</div>
This div box has shadow with color #ad758f
Comments
No comments written yet.
Please login to write comment.