Color spaces of #a32aeb
RGB | 163 | 42 | 235 |
---|---|---|---|
HSL | 0.77 | 0.83 | 0.54 |
HSV | 278° | 82° | 92° |
CMYK | 0.31 | 0.82 | 0.00 0.08 |
XYZ | 30.9276 | 15.4406 | 79.9475 |
Yxy | 15.4406 | 0.2448 | 0.1222 |
Hunter Lab | 39.2945 | 71.7268 | -93.1235 |
CIE-Lab | 46.2319 | 75.6649 | -73.1349 |
#a32aeb color RGB value is (163,42,235).
#a32aeb hex color red value is 163, green value is 42 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a32aeb hue: 0.77 , saturation: 0.83 and the lightness value of a32aeb is 0.54.
The process color (four color CMYK) of #a32aeb color hex is 0.31, 0.82, 0.00, 0.08. Web safe color of #a32aeb is #9933ff. Color #a32aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 00101010 | 11101011 |
Octal | 243 | 52 | 353 |
Decimal | 163 | 42 | 235 |
Hex | A3 | 2A | EB |
Shades of #a32aeb
Tints of #a32aeb
RGB Percentages of Color #a32aeb
CMYK Percentages of Color #a32aeb
Complementary Color
#a32aeb | #72eb2a |
#a32aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a32aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a32aeb Color CSS Codes
.mybgcolor {background-color:#a32aeb; } .myforecolor {color:#a32aeb; } .mybordercolor {border:3px solid #a32aeb; }
#a32aeb Text Font Color
<p style="color:#a32aeb">Text here</p>
This sample text font color is #a32aeb
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.
#a32aeb Background Color
<div style="background-color:#a32aeb">
Div content here</div>
This div background color is #a32aeb
#a32aeb Border Color
<div style="border:3px solid #a32aeb">
Div here</div>
This div border color is #a32aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,42,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a32aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a32aeb; -webkit-box-shadow: 1px 1px 3px 2px #a32aeb; box-shadow: 1px 1px 3px 2px #a32aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,42,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 #a32aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a32aeb; -webkit-box-shadow: 1px 1px 3px 2px #a32aeb; box-shadow: 1px 1px 3px 2px #a32aeb;">
Div content here</div>
This div box has shadow with color #a32aeb
Comments
No comments written yet.
Please login to write comment.