Color spaces of #a094ae
RGB | 160 | 148 | 174 |
---|---|---|---|
HSL | 0.74 | 0.14 | 0.63 |
HSV | 268° | 15° | 68° |
CMYK | 0.08 | 0.15 | 0.00 0.32 |
XYZ | 32.7271 | 31.7094 | 44.4400 |
Yxy | 31.7094 | 0.3006 | 0.2912 |
Hunter Lab | 56.3111 | 5.1969 | -7.3731 |
CIE-Lab | 63.1020 | 9.4935 | -11.9720 |
#a094ae color RGB value is (160,148,174).
#a094ae hex color red value is 160, green value is 148 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a094ae hue: 0.74 , saturation: 0.14 and the lightness value of a094ae is 0.63.
The process color (four color CMYK) of #a094ae color hex is 0.08, 0.15, 0.00, 0.32. Web safe color of #a094ae is #999999. Color #a094ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10010100 | 10101110 |
Octal | 240 | 224 | 256 |
Decimal | 160 | 148 | 174 |
Hex | A0 | 94 | AE |
Shades of #a094ae
Tints of #a094ae
RGB Percentages of Color #a094ae
CMYK Percentages of Color #a094ae
Complementary Color
#a094ae | #a2ae94 |
#a094ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a094ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#a094ae Color CSS Codes
.mybgcolor {background-color:#a094ae; } .myforecolor {color:#a094ae; } .mybordercolor {border:3px solid #a094ae; }
#a094ae Text Font Color
<p style="color:#a094ae">Text here</p>
This sample text font color is #a094ae
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.
#a094ae Background Color
<div style="background-color:#a094ae">
Div content here</div>
This div background color is #a094ae
#a094ae Border Color
<div style="border:3px solid #a094ae">
Div here</div>
This div border color is #a094ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,148,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a094ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a094ae; -webkit-box-shadow: 1px 1px 3px 2px #a094ae; box-shadow: 1px 1px 3px 2px #a094ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,148,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 #a094ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a094ae; -webkit-box-shadow: 1px 1px 3px 2px #a094ae; box-shadow: 1px 1px 3px 2px #a094ae;">
Div content here</div>
This div box has shadow with color #a094ae
Comments
No comments written yet.
Please login to write comment.