Color spaces of #a189ae
RGB | 161 | 137 | 174 |
---|---|---|---|
HSL | 0.77 | 0.19 | 0.61 |
HSV | 279° | 21° | 68° |
CMYK | 0.07 | 0.21 | 0.00 0.32 |
XYZ | 31.2836 | 28.5244 | 43.9013 |
Yxy | 28.5244 | 0.3016 | 0.2750 |
Hunter Lab | 53.4082 | 11.0910 | -11.3503 |
CIE-Lab | 60.3596 | 16.0840 | -16.0984 |
#a189ae color RGB value is (161,137,174).
#a189ae hex color red value is 161, green value is 137 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a189ae hue: 0.77 , saturation: 0.19 and the lightness value of a189ae is 0.61.
The process color (four color CMYK) of #a189ae color hex is 0.07, 0.21, 0.00, 0.32. Web safe color of #a189ae is #999999. Color #a189ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10001001 | 10101110 |
Octal | 241 | 211 | 256 |
Decimal | 161 | 137 | 174 |
Hex | A1 | 89 | AE |
Shades of #a189ae
Tints of #a189ae
RGB Percentages of Color #a189ae
CMYK Percentages of Color #a189ae
Complementary Color
#a189ae | #96ae89 |
#a189ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a189ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#a189ae Color CSS Codes
.mybgcolor {background-color:#a189ae; } .myforecolor {color:#a189ae; } .mybordercolor {border:3px solid #a189ae; }
#a189ae Text Font Color
<p style="color:#a189ae">Text here</p>
This sample text font color is #a189ae
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.
#a189ae Background Color
<div style="background-color:#a189ae">
Div content here</div>
This div background color is #a189ae
#a189ae Border Color
<div style="border:3px solid #a189ae">
Div here</div>
This div border color is #a189ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,137,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a189ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a189ae; -webkit-box-shadow: 1px 1px 3px 2px #a189ae; box-shadow: 1px 1px 3px 2px #a189ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,137,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 #a189ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a189ae; -webkit-box-shadow: 1px 1px 3px 2px #a189ae; box-shadow: 1px 1px 3px 2px #a189ae;">
Div content here</div>
This div box has shadow with color #a189ae
Comments
No comments written yet.
Please login to write comment.