Color spaces of #a211eb
RGB | 162 | 17 | 235 |
---|---|---|---|
HSL | 0.78 | 0.87 | 0.49 |
HSV | 280° | 93° | 92° |
CMYK | 0.31 | 0.93 | 0.00 0.08 |
XYZ | 30.0961 | 14.0804 | 79.7288 |
Yxy | 14.0804 | 0.2429 | 0.1136 |
Hunter Lab | 37.5239 | 77.4996 | -99.7097 |
CIE-Lab | 44.3480 | 80.6748 | -76.2182 |
#a211eb color RGB value is (162,17,235).
#a211eb hex color red value is 162, green value is 17 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a211eb hue: 0.78 , saturation: 0.87 and the lightness value of a211eb is 0.49.
The process color (four color CMYK) of #a211eb color hex is 0.31, 0.93, 0.00, 0.08. Web safe color of #a211eb is #9900ff. Color #a211eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 00010001 | 11101011 |
Octal | 242 | 21 | 353 |
Decimal | 162 | 17 | 235 |
Hex | A2 | 11 | EB |
Shades of #a211eb
Tints of #a211eb
RGB Percentages of Color #a211eb
CMYK Percentages of Color #a211eb
Complementary Color
#a211eb | #5aeb11 |
#a211eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a211eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a211eb Color CSS Codes
.mybgcolor {background-color:#a211eb; } .myforecolor {color:#a211eb; } .mybordercolor {border:3px solid #a211eb; }
#a211eb Text Font Color
<p style="color:#a211eb">Text here</p>
This sample text font color is #a211eb
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.
#a211eb Background Color
<div style="background-color:#a211eb">
Div content here</div>
This div background color is #a211eb
#a211eb Border Color
<div style="border:3px solid #a211eb">
Div here</div>
This div border color is #a211eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,17,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a211eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a211eb; -webkit-box-shadow: 1px 1px 3px 2px #a211eb; box-shadow: 1px 1px 3px 2px #a211eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,17,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a211eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a211eb; -webkit-box-shadow: 1px 1px 3px 2px #a211eb; box-shadow: 1px 1px 3px 2px #a211eb;">
Div content here</div>
This div box has shadow with color #a211eb
Comments
No comments written yet.
Please login to write comment.