Color spaces of #a03dab
RGB | 160 | 61 | 171 |
---|---|---|---|
HSL | 0.82 | 0.47 | 0.45 |
HSV | 294° | 64° | 67° |
CMYK | 0.06 | 0.64 | 0.00 0.33 |
XYZ | 23.5166 | 13.7513 | 39.9429 |
Yxy | 13.7513 | 0.3046 | 0.1781 |
Hunter Lab | 37.0827 | 48.3037 | -37.9051 |
CIE-Lab | 43.8741 | 55.8151 | -39.9402 |
#a03dab color RGB value is (160,61,171).
#a03dab hex color red value is 160, green value is 61 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a03dab hue: 0.82 , saturation: 0.47 and the lightness value of a03dab is 0.45.
The process color (four color CMYK) of #a03dab color hex is 0.06, 0.64, 0.00, 0.33. Web safe color of #a03dab is #993399. Color #a03dab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 00111101 | 10101011 |
Octal | 240 | 75 | 253 |
Decimal | 160 | 61 | 171 |
Hex | A0 | 3D | AB |
Shades of #a03dab
Tints of #a03dab
RGB Percentages of Color #a03dab
CMYK Percentages of Color #a03dab
Complementary Color
#a03dab | #48ab3d |
#a03dab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a03dab Color Preview on White Background
Lorem ipsum dolor sit amet.
#a03dab Color CSS Codes
.mybgcolor {background-color:#a03dab; } .myforecolor {color:#a03dab; } .mybordercolor {border:3px solid #a03dab; }
#a03dab Text Font Color
<p style="color:#a03dab">Text here</p>
This sample text font color is #a03dab
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.
#a03dab Background Color
<div style="background-color:#a03dab">
Div content here</div>
This div background color is #a03dab
#a03dab Border Color
<div style="border:3px solid #a03dab">
Div here</div>
This div border color is #a03dab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,61,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a03dab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a03dab; -webkit-box-shadow: 1px 1px 3px 2px #a03dab; box-shadow: 1px 1px 3px 2px #a03dab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,61,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a03dab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a03dab; -webkit-box-shadow: 1px 1px 3px 2px #a03dab; box-shadow: 1px 1px 3px 2px #a03dab;">
Div content here</div>
This div box has shadow with color #a03dab
Comments
No comments written yet.
Please login to write comment.