Color spaces of #a030fe
RGB | 160 | 48 | 254 |
---|---|---|---|
HSL | 0.76 | 0.99 | 0.59 |
HSV | 273° | 81° | 100° |
CMYK | 0.37 | 0.81 | 0.00 0.00 |
XYZ | 33.4435 | 16.7432 | 95.2350 |
Yxy | 16.7432 | 0.2300 | 0.1151 |
Hunter Lab | 40.9185 | 74.2844 | -109.3506 |
CIE-Lab | 47.9348 | 77.4078 | -81.0355 |
#a030fe color RGB value is (160,48,254).
#a030fe hex color red value is 160, green value is 48 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a030fe hue: 0.76 , saturation: 0.99 and the lightness value of a030fe is 0.59.
The process color (four color CMYK) of #a030fe color hex is 0.37, 0.81, 0.00, 0.00. Web safe color of #a030fe is #9933ff. Color #a030fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 00110000 | 11111110 |
Octal | 240 | 60 | 376 |
Decimal | 160 | 48 | 254 |
Hex | A0 | 30 | FE |
Shades of #a030fe
Tints of #a030fe
RGB Percentages of Color #a030fe
CMYK Percentages of Color #a030fe
Complementary Color
#a030fe | #8efe30 |
#a030fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a030fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a030fe Color CSS Codes
.mybgcolor {background-color:#a030fe; } .myforecolor {color:#a030fe; } .mybordercolor {border:3px solid #a030fe; }
#a030fe Text Font Color
<p style="color:#a030fe">Text here</p>
This sample text font color is #a030fe
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.
#a030fe Background Color
<div style="background-color:#a030fe">
Div content here</div>
This div background color is #a030fe
#a030fe Border Color
<div style="border:3px solid #a030fe">
Div here</div>
This div border color is #a030fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,48,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a030fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a030fe; -webkit-box-shadow: 1px 1px 3px 2px #a030fe; box-shadow: 1px 1px 3px 2px #a030fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,48,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a030fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a030fe; -webkit-box-shadow: 1px 1px 3px 2px #a030fe; box-shadow: 1px 1px 3px 2px #a030fe;">
Div content here</div>
This div box has shadow with color #a030fe
Comments
No comments written yet.
Please login to write comment.