Color spaces of #a11daa
RGB | 161 | 29 | 170 |
---|---|---|---|
HSL | 0.82 | 0.71 | 0.39 |
HSV | 296° | 83° | 67° |
CMYK | 0.05 | 0.83 | 0.00 0.33 |
XYZ | 22.3930 | 11.3581 | 39.0423 |
Yxy | 11.3581 | 0.3076 | 0.1560 |
Hunter Lab | 33.7018 | 59.6254 | -45.0941 |
CIE-Lab | 40.1772 | 66.6693 | -45.2301 |
#a11daa color RGB value is (161,29,170).
#a11daa hex color red value is 161, green value is 29 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a11daa hue: 0.82 , saturation: 0.71 and the lightness value of a11daa is 0.39.
The process color (four color CMYK) of #a11daa color hex is 0.05, 0.83, 0.00, 0.33. Web safe color of #a11daa is #993399. Color #a11daa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 00011101 | 10101010 |
Octal | 241 | 35 | 252 |
Decimal | 161 | 29 | 170 |
Hex | A1 | 1D | AA |
Shades of #a11daa
Tints of #a11daa
RGB Percentages of Color #a11daa
CMYK Percentages of Color #a11daa
Complementary Color
#a11daa | #26aa1d |
#a11daa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a11daa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a11daa Color CSS Codes
.mybgcolor {background-color:#a11daa; } .myforecolor {color:#a11daa; } .mybordercolor {border:3px solid #a11daa; }
#a11daa Text Font Color
<p style="color:#a11daa">Text here</p>
This sample text font color is #a11daa
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.
#a11daa Background Color
<div style="background-color:#a11daa">
Div content here</div>
This div background color is #a11daa
#a11daa Border Color
<div style="border:3px solid #a11daa">
Div here</div>
This div border color is #a11daa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,29,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a11daa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a11daa; -webkit-box-shadow: 1px 1px 3px 2px #a11daa; box-shadow: 1px 1px 3px 2px #a11daa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,29,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 #a11daa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a11daa; -webkit-box-shadow: 1px 1px 3px 2px #a11daa; box-shadow: 1px 1px 3px 2px #a11daa;">
Div content here</div>
This div box has shadow with color #a11daa
Comments
No comments written yet.
Please login to write comment.