Color spaces of #ad7aae
RGB | 173 | 122 | 174 |
---|---|---|---|
HSL | 0.83 | 0.24 | 0.58 |
HSV | 299° | 30° | 68° |
CMYK | 0.01 | 0.30 | 0.00 0.32 |
XYZ | 31.8331 | 25.8593 | 43.3580 |
Yxy | 25.8593 | 0.3150 | 0.2559 |
Hunter Lab | 50.8520 | 22.7490 | -14.9560 |
CIE-Lab | 57.9033 | 28.6812 | -19.7214 |
#ad7aae color RGB value is (173,122,174).
#ad7aae hex color red value is 173, green value is 122 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ad7aae hue: 0.83 , saturation: 0.24 and the lightness value of ad7aae is 0.58.
The process color (four color CMYK) of #ad7aae color hex is 0.01, 0.30, 0.00, 0.32. Web safe color of #ad7aae is #996699. Color #ad7aae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01111010 | 10101110 |
Octal | 255 | 172 | 256 |
Decimal | 173 | 122 | 174 |
Hex | AD | 7A | AE |
Shades of #ad7aae
Tints of #ad7aae
RGB Percentages of Color #ad7aae
CMYK Percentages of Color #ad7aae
Complementary Color
#ad7aae | #7bae7a |
#ad7aae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad7aae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad7aae Color CSS Codes
.mybgcolor {background-color:#ad7aae; } .myforecolor {color:#ad7aae; } .mybordercolor {border:3px solid #ad7aae; }
#ad7aae Text Font Color
<p style="color:#ad7aae">Text here</p>
This sample text font color is #ad7aae
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.
#ad7aae Background Color
<div style="background-color:#ad7aae">
Div content here</div>
This div background color is #ad7aae
#ad7aae Border Color
<div style="border:3px solid #ad7aae">
Div here</div>
This div border color is #ad7aae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,122,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad7aae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad7aae; -webkit-box-shadow: 1px 1px 3px 2px #ad7aae; box-shadow: 1px 1px 3px 2px #ad7aae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,122,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad7aae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad7aae; -webkit-box-shadow: 1px 1px 3px 2px #ad7aae; box-shadow: 1px 1px 3px 2px #ad7aae;">
Div content here</div>
This div box has shadow with color #ad7aae
Comments
No comments written yet.
Please login to write comment.