Color spaces of #a09aea
RGB | 160 | 154 | 234 |
---|---|---|---|
HSL | 0.68 | 0.66 | 0.76 |
HSV | 245° | 34° | 92° |
CMYK | 0.32 | 0.34 | 0.00 0.08 |
XYZ | 40.9041 | 36.5253 | 82.7361 |
Yxy | 36.5253 | 0.2554 | 0.2280 |
Hunter Lab | 60.4362 | 15.0482 | -38.8617 |
CIE-Lab | 66.9194 | 20.0854 | -39.5407 |
#a09aea color RGB value is (160,154,234).
#a09aea hex color red value is 160, green value is 154 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a09aea hue: 0.68 , saturation: 0.66 and the lightness value of a09aea is 0.76.
The process color (four color CMYK) of #a09aea color hex is 0.32, 0.34, 0.00, 0.08. Web safe color of #a09aea is #9999ff. Color #a09aea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10011010 | 11101010 |
Octal | 240 | 232 | 352 |
Decimal | 160 | 154 | 234 |
Hex | A0 | 9A | EA |
Shades of #a09aea
Tints of #a09aea
RGB Percentages of Color #a09aea
CMYK Percentages of Color #a09aea
Complementary Color
#a09aea | #e4ea9a |
#a09aea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a09aea Color Preview on White Background
Lorem ipsum dolor sit amet.
#a09aea Color CSS Codes
.mybgcolor {background-color:#a09aea; } .myforecolor {color:#a09aea; } .mybordercolor {border:3px solid #a09aea; }
#a09aea Text Font Color
<p style="color:#a09aea">Text here</p>
This sample text font color is #a09aea
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.
#a09aea Background Color
<div style="background-color:#a09aea">
Div content here</div>
This div background color is #a09aea
#a09aea Border Color
<div style="border:3px solid #a09aea">
Div here</div>
This div border color is #a09aea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,154,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a09aea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a09aea; -webkit-box-shadow: 1px 1px 3px 2px #a09aea; box-shadow: 1px 1px 3px 2px #a09aea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,154,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a09aea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a09aea; -webkit-box-shadow: 1px 1px 3px 2px #a09aea; box-shadow: 1px 1px 3px 2px #a09aea;">
Div content here</div>
This div box has shadow with color #a09aea
Comments
No comments written yet.
Please login to write comment.