Color spaces of #a03baa
RGB | 160 | 59 | 170 |
---|---|---|---|
HSL | 0.82 | 0.48 | 0.45 |
HSV | 295° | 65° | 67° |
CMYK | 0.06 | 0.65 | 0.00 0.33 |
XYZ | 23.3169 | 13.5038 | 39.4078 |
Yxy | 13.5038 | 0.3059 | 0.1771 |
Hunter Lab | 36.7475 | 48.9530 | -37.8590 |
CIE-Lab | 43.5127 | 56.4818 | -39.9211 |
#a03baa color RGB value is (160,59,170).
#a03baa hex color red value is 160, green value is 59 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a03baa hue: 0.82 , saturation: 0.48 and the lightness value of a03baa is 0.45.
The process color (four color CMYK) of #a03baa color hex is 0.06, 0.65, 0.00, 0.33. Web safe color of #a03baa is #993399. Color #a03baa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 00111011 | 10101010 |
Octal | 240 | 73 | 252 |
Decimal | 160 | 59 | 170 |
Hex | A0 | 3B | AA |
Shades of #a03baa
Tints of #a03baa
RGB Percentages of Color #a03baa
CMYK Percentages of Color #a03baa
Complementary Color
#a03baa | #45aa3b |
#a03baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a03baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a03baa Color CSS Codes
.mybgcolor {background-color:#a03baa; } .myforecolor {color:#a03baa; } .mybordercolor {border:3px solid #a03baa; }
#a03baa Text Font Color
<p style="color:#a03baa">Text here</p>
This sample text font color is #a03baa
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.
#a03baa Background Color
<div style="background-color:#a03baa">
Div content here</div>
This div background color is #a03baa
#a03baa Border Color
<div style="border:3px solid #a03baa">
Div here</div>
This div border color is #a03baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,59,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a03baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a03baa; -webkit-box-shadow: 1px 1px 3px 2px #a03baa; box-shadow: 1px 1px 3px 2px #a03baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,59,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a03baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a03baa; -webkit-box-shadow: 1px 1px 3px 2px #a03baa; box-shadow: 1px 1px 3px 2px #a03baa;">
Div content here</div>
This div box has shadow with color #a03baa
Comments
No comments written yet.
Please login to write comment.