Color spaces of #a14baa
RGB | 161 | 75 | 170 |
---|---|---|---|
HSL | 0.82 | 0.39 | 0.48 |
HSV | 294° | 56° | 67° |
CMYK | 0.05 | 0.56 | 0.00 0.33 |
XYZ | 24.4697 | 15.5115 | 39.7345 |
Yxy | 15.5115 | 0.3070 | 0.1946 |
Hunter Lab | 39.3846 | 41.9790 | -32.2474 |
CIE-Lab | 46.3270 | 49.4272 | -35.4618 |
#a14baa color RGB value is (161,75,170).
#a14baa hex color red value is 161, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a14baa hue: 0.82 , saturation: 0.39 and the lightness value of a14baa is 0.48.
The process color (four color CMYK) of #a14baa color hex is 0.05, 0.56, 0.00, 0.33. Web safe color of #a14baa is #993399. Color #a14baa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 01001011 | 10101010 |
Octal | 241 | 113 | 252 |
Decimal | 161 | 75 | 170 |
Hex | A1 | 4B | AA |
Shades of #a14baa
Tints of #a14baa
RGB Percentages of Color #a14baa
CMYK Percentages of Color #a14baa
Complementary Color
#a14baa | #54aa4b |
#a14baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a14baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a14baa Color CSS Codes
.mybgcolor {background-color:#a14baa; } .myforecolor {color:#a14baa; } .mybordercolor {border:3px solid #a14baa; }
#a14baa Text Font Color
<p style="color:#a14baa">Text here</p>
This sample text font color is #a14baa
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.
#a14baa Background Color
<div style="background-color:#a14baa">
Div content here</div>
This div background color is #a14baa
#a14baa Border Color
<div style="border:3px solid #a14baa">
Div here</div>
This div border color is #a14baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,75,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a14baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a14baa; -webkit-box-shadow: 1px 1px 3px 2px #a14baa; box-shadow: 1px 1px 3px 2px #a14baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,75,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 #a14baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a14baa; -webkit-box-shadow: 1px 1px 3px 2px #a14baa; box-shadow: 1px 1px 3px 2px #a14baa;">
Div content here</div>
This div box has shadow with color #a14baa
Comments
No comments written yet.
Please login to write comment.