Color spaces of #a095ba
RGB | 160 | 149 | 186 |
---|---|---|---|
HSL | 0.72 | 0.21 | 0.66 |
HSV | 258° | 20° | 73° |
CMYK | 0.14 | 0.20 | 0.00 0.27 |
XYZ | 34.1076 | 32.5136 | 50.9325 |
Yxy | 32.5136 | 0.2901 | 0.2766 |
Hunter Lab | 57.0207 | 6.9856 | -13.0450 |
CIE-Lab | 63.7651 | 11.4950 | -17.7275 |
#a095ba color RGB value is (160,149,186).
#a095ba hex color red value is 160, green value is 149 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a095ba hue: 0.72 , saturation: 0.21 and the lightness value of a095ba is 0.66.
The process color (four color CMYK) of #a095ba color hex is 0.14, 0.20, 0.00, 0.27. Web safe color of #a095ba is #9999cc. Color #a095ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10010101 | 10111010 |
Octal | 240 | 225 | 272 |
Decimal | 160 | 149 | 186 |
Hex | A0 | 95 | BA |
Shades of #a095ba
Tints of #a095ba
RGB Percentages of Color #a095ba
CMYK Percentages of Color #a095ba
Complementary Color
#a095ba | #afba95 |
#a095ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a095ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#a095ba Color CSS Codes
.mybgcolor {background-color:#a095ba; } .myforecolor {color:#a095ba; } .mybordercolor {border:3px solid #a095ba; }
#a095ba Text Font Color
<p style="color:#a095ba">Text here</p>
This sample text font color is #a095ba
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.
#a095ba Background Color
<div style="background-color:#a095ba">
Div content here</div>
This div background color is #a095ba
#a095ba Border Color
<div style="border:3px solid #a095ba">
Div here</div>
This div border color is #a095ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,149,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a095ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a095ba; -webkit-box-shadow: 1px 1px 3px 2px #a095ba; box-shadow: 1px 1px 3px 2px #a095ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,149,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a095ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a095ba; -webkit-box-shadow: 1px 1px 3px 2px #a095ba; box-shadow: 1px 1px 3px 2px #a095ba;">
Div content here</div>
This div box has shadow with color #a095ba
Comments
No comments written yet.
Please login to write comment.