Color spaces of #a094ad
RGB | 160 | 148 | 173 |
---|---|---|---|
HSL | 0.75 | 0.13 | 0.63 |
HSV | 269° | 14° | 68° |
CMYK | 0.08 | 0.14 | 0.00 0.32 |
XYZ | 32.6299 | 31.6705 | 43.9284 |
Yxy | 31.6705 | 0.3015 | 0.2926 |
Hunter Lab | 56.2765 | 5.0127 | -6.8871 |
CIE-Lab | 63.0696 | 9.2856 | -11.4563 |
#a094ad color RGB value is (160,148,173).
#a094ad hex color red value is 160, green value is 148 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a094ad hue: 0.75 , saturation: 0.13 and the lightness value of a094ad is 0.63.
The process color (four color CMYK) of #a094ad color hex is 0.08, 0.14, 0.00, 0.32. Web safe color of #a094ad is #999999. Color #a094ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10010100 | 10101101 |
Octal | 240 | 224 | 255 |
Decimal | 160 | 148 | 173 |
Hex | A0 | 94 | AD |
Shades of #a094ad
Tints of #a094ad
RGB Percentages of Color #a094ad
CMYK Percentages of Color #a094ad
Complementary Color
#a094ad | #a1ad94 |
#a094ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a094ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a094ad Color CSS Codes
.mybgcolor {background-color:#a094ad; } .myforecolor {color:#a094ad; } .mybordercolor {border:3px solid #a094ad; }
#a094ad Text Font Color
<p style="color:#a094ad">Text here</p>
This sample text font color is #a094ad
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.
#a094ad Background Color
<div style="background-color:#a094ad">
Div content here</div>
This div background color is #a094ad
#a094ad Border Color
<div style="border:3px solid #a094ad">
Div here</div>
This div border color is #a094ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,148,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a094ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a094ad; -webkit-box-shadow: 1px 1px 3px 2px #a094ad; box-shadow: 1px 1px 3px 2px #a094ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,148,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a094ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a094ad; -webkit-box-shadow: 1px 1px 3px 2px #a094ad; box-shadow: 1px 1px 3px 2px #a094ad;">
Div content here</div>
This div box has shadow with color #a094ad
Comments
No comments written yet.
Please login to write comment.