Color spaces of #a581ae
RGB | 165 | 129 | 174 |
---|---|---|---|
HSL | 0.80 | 0.22 | 0.59 |
HSV | 288° | 26° | 68° |
CMYK | 0.05 | 0.26 | 0.00 0.32 |
XYZ | 31.0073 | 26.7558 | 43.5745 |
Yxy | 26.7558 | 0.3060 | 0.2640 |
Hunter Lab | 51.7260 | 16.4818 | -13.7383 |
CIE-Lab | 58.7476 | 22.0128 | -18.5101 |
#a581ae color RGB value is (165,129,174).
#a581ae hex color red value is 165, green value is 129 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a581ae hue: 0.80 , saturation: 0.22 and the lightness value of a581ae is 0.59.
The process color (four color CMYK) of #a581ae color hex is 0.05, 0.26, 0.00, 0.32. Web safe color of #a581ae is #999999. Color #a581ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10000001 | 10101110 |
Octal | 245 | 201 | 256 |
Decimal | 165 | 129 | 174 |
Hex | A5 | 81 | AE |
Shades of #a581ae
Tints of #a581ae
RGB Percentages of Color #a581ae
CMYK Percentages of Color #a581ae
Complementary Color
#a581ae | #8aae81 |
#a581ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a581ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#a581ae Color CSS Codes
.mybgcolor {background-color:#a581ae; } .myforecolor {color:#a581ae; } .mybordercolor {border:3px solid #a581ae; }
#a581ae Text Font Color
<p style="color:#a581ae">Text here</p>
This sample text font color is #a581ae
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.
#a581ae Background Color
<div style="background-color:#a581ae">
Div content here</div>
This div background color is #a581ae
#a581ae Border Color
<div style="border:3px solid #a581ae">
Div here</div>
This div border color is #a581ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,129,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a581ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a581ae; -webkit-box-shadow: 1px 1px 3px 2px #a581ae; box-shadow: 1px 1px 3px 2px #a581ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,129,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 #a581ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a581ae; -webkit-box-shadow: 1px 1px 3px 2px #a581ae; box-shadow: 1px 1px 3px 2px #a581ae;">
Div content here</div>
This div box has shadow with color #a581ae
Comments
No comments written yet.
Please login to write comment.