Color spaces of #a33eab
RGB | 163 | 62 | 171 |
---|---|---|---|
HSL | 0.82 | 0.47 | 0.46 |
HSV | 296° | 64° | 67° |
CMYK | 0.05 | 0.64 | 0.00 0.33 |
XYZ | 24.1776 | 14.1721 | 39.9893 |
Yxy | 14.1721 | 0.3086 | 0.1809 |
Hunter Lab | 37.6458 | 48.7593 | -36.6287 |
CIE-Lab | 44.4787 | 56.1229 | -38.9532 |
#a33eab color RGB value is (163,62,171).
#a33eab hex color red value is 163, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a33eab hue: 0.82 , saturation: 0.47 and the lightness value of a33eab is 0.46.
The process color (four color CMYK) of #a33eab color hex is 0.05, 0.64, 0.00, 0.33. Web safe color of #a33eab is #993399. Color #a33eab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 00111110 | 10101011 |
Octal | 243 | 76 | 253 |
Decimal | 163 | 62 | 171 |
Hex | A3 | 3E | AB |
Shades of #a33eab
Tints of #a33eab
RGB Percentages of Color #a33eab
CMYK Percentages of Color #a33eab
Complementary Color
#a33eab | #46ab3e |
#a33eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a33eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#a33eab Color CSS Codes
.mybgcolor {background-color:#a33eab; } .myforecolor {color:#a33eab; } .mybordercolor {border:3px solid #a33eab; }
#a33eab Text Font Color
<p style="color:#a33eab">Text here</p>
This sample text font color is #a33eab
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.
#a33eab Background Color
<div style="background-color:#a33eab">
Div content here</div>
This div background color is #a33eab
#a33eab Border Color
<div style="border:3px solid #a33eab">
Div here</div>
This div border color is #a33eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,62,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a33eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a33eab; -webkit-box-shadow: 1px 1px 3px 2px #a33eab; box-shadow: 1px 1px 3px 2px #a33eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,62,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 #a33eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a33eab; -webkit-box-shadow: 1px 1px 3px 2px #a33eab; box-shadow: 1px 1px 3px 2px #a33eab;">
Div content here</div>
This div box has shadow with color #a33eab
Comments
No comments written yet.
Please login to write comment.