Color spaces of #a30eff
RGB | 163 | 14 | 255 |
---|---|---|---|
HSL | 0.77 | 1.00 | 0.53 |
HSV | 277° | 95° | 100° |
CMYK | 0.36 | 0.95 | 0.00 0.00 |
XYZ | 33.3113 | 15.3206 | 95.8092 |
Yxy | 15.3206 | 0.2306 | 0.1061 |
Hunter Lab | 39.1415 | 83.4143 | -117.7288 |
CIE-Lab | 46.0702 | 84.9792 | -84.6340 |
#a30eff color RGB value is (163,14,255).
#a30eff hex color red value is 163, green value is 14 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a30eff hue: 0.77 , saturation: 1.00 and the lightness value of a30eff is 0.53.
The process color (four color CMYK) of #a30eff color hex is 0.36, 0.95, 0.00, 0.00. Web safe color of #a30eff is #9900ff. Color #a30eff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 00001110 | 11111111 |
Octal | 243 | 16 | 377 |
Decimal | 163 | 14 | 255 |
Hex | A3 | E | FF |
Shades of #a30eff
Tints of #a30eff
RGB Percentages of Color #a30eff
CMYK Percentages of Color #a30eff
Complementary Color
#a30eff | #6aff0e |
#a30eff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a30eff Color Preview on White Background
Lorem ipsum dolor sit amet.
#a30eff Color CSS Codes
.mybgcolor {background-color:#a30eff; } .myforecolor {color:#a30eff; } .mybordercolor {border:3px solid #a30eff; }
#a30eff Text Font Color
<p style="color:#a30eff">Text here</p>
This sample text font color is #a30eff
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.
#a30eff Background Color
<div style="background-color:#a30eff">
Div content here</div>
This div background color is #a30eff
#a30eff Border Color
<div style="border:3px solid #a30eff">
Div here</div>
This div border color is #a30eff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,14,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a30eff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a30eff; -webkit-box-shadow: 1px 1px 3px 2px #a30eff; box-shadow: 1px 1px 3px 2px #a30eff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,14,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 #a30eff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a30eff; -webkit-box-shadow: 1px 1px 3px 2px #a30eff; box-shadow: 1px 1px 3px 2px #a30eff;">
Div content here</div>
This div box has shadow with color #a30eff
Comments
No comments written yet.
Please login to write comment.