Color spaces of #a02aff
RGB | 160 | 42 | 255 |
---|---|---|---|
HSL | 0.76 | 1.00 | 0.58 |
HSV | 273° | 84° | 100° |
CMYK | 0.37 | 0.84 | 0.00 0.00 |
XYZ | 33.3752 | 16.3495 | 96.0044 |
Yxy | 16.3495 | 0.2290 | 0.1122 |
Hunter Lab | 40.4345 | 76.5759 | -112.4692 |
CIE-Lab | 47.4297 | 79.3445 | -82.4200 |
#a02aff color RGB value is (160,42,255).
#a02aff hex color red value is 160, green value is 42 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a02aff hue: 0.76 , saturation: 1.00 and the lightness value of a02aff is 0.58.
The process color (four color CMYK) of #a02aff color hex is 0.37, 0.84, 0.00, 0.00. Web safe color of #a02aff is #9933ff. Color #a02aff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 00101010 | 11111111 |
Octal | 240 | 52 | 377 |
Decimal | 160 | 42 | 255 |
Hex | A0 | 2A | FF |
Shades of #a02aff
Tints of #a02aff
RGB Percentages of Color #a02aff
CMYK Percentages of Color #a02aff
Complementary Color
#a02aff | #89ff2a |
#a02aff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a02aff Color Preview on White Background
Lorem ipsum dolor sit amet.
#a02aff Color CSS Codes
.mybgcolor {background-color:#a02aff; } .myforecolor {color:#a02aff; } .mybordercolor {border:3px solid #a02aff; }
#a02aff Text Font Color
<p style="color:#a02aff">Text here</p>
This sample text font color is #a02aff
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.
#a02aff Background Color
<div style="background-color:#a02aff">
Div content here</div>
This div background color is #a02aff
#a02aff Border Color
<div style="border:3px solid #a02aff">
Div here</div>
This div border color is #a02aff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,42,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a02aff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a02aff; -webkit-box-shadow: 1px 1px 3px 2px #a02aff; box-shadow: 1px 1px 3px 2px #a02aff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,42,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a02aff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a02aff; -webkit-box-shadow: 1px 1px 3px 2px #a02aff; box-shadow: 1px 1px 3px 2px #a02aff;">
Div content here</div>
This div box has shadow with color #a02aff
Comments
No comments written yet.
Please login to write comment.