Color spaces of #a011ad
RGB | 160 | 17 | 173 |
---|---|---|---|
HSL | 0.82 | 0.82 | 0.37 |
HSV | 295° | 90° | 68° |
CMYK | 0.08 | 0.90 | 0.00 0.32 |
XYZ | 22.2405 | 10.8916 | 40.4653 |
Yxy | 10.8916 | 0.3022 | 0.1480 |
Hunter Lab | 33.0024 | 62.5378 | -49.5956 |
CIE-Lab | 39.3973 | 69.3283 | -48.2804 |
#a011ad color RGB value is (160,17,173).
#a011ad hex color red value is 160, green value is 17 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a011ad hue: 0.82 , saturation: 0.82 and the lightness value of a011ad is 0.37.
The process color (four color CMYK) of #a011ad color hex is 0.08, 0.90, 0.00, 0.32. Web safe color of #a011ad is #990099. Color #a011ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 00010001 | 10101101 |
Octal | 240 | 21 | 255 |
Decimal | 160 | 17 | 173 |
Hex | A0 | 11 | AD |
Shades of #a011ad
Tints of #a011ad
RGB Percentages of Color #a011ad
CMYK Percentages of Color #a011ad
Complementary Color
#a011ad | #1ead11 |
#a011ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a011ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a011ad Color CSS Codes
.mybgcolor {background-color:#a011ad; } .myforecolor {color:#a011ad; } .mybordercolor {border:3px solid #a011ad; }
#a011ad Text Font Color
<p style="color:#a011ad">Text here</p>
This sample text font color is #a011ad
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.
#a011ad Background Color
<div style="background-color:#a011ad">
Div content here</div>
This div background color is #a011ad
#a011ad Border Color
<div style="border:3px solid #a011ad">
Div here</div>
This div border color is #a011ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,17,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a011ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a011ad; -webkit-box-shadow: 1px 1px 3px 2px #a011ad; box-shadow: 1px 1px 3px 2px #a011ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,17,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 #a011ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a011ad; -webkit-box-shadow: 1px 1px 3px 2px #a011ad; box-shadow: 1px 1px 3px 2px #a011ad;">
Div content here</div>
This div box has shadow with color #a011ad
Comments
No comments written yet.
Please login to write comment.