Color spaces of #a814fe
RGB | 168 | 20 | 254 |
---|---|---|---|
HSL | 0.77 | 0.99 | 0.54 |
HSV | 278° | 92° | 100° |
CMYK | 0.34 | 0.92 | 0.00 0.00 |
XYZ | 34.2880 | 15.9809 | 95.0434 |
Yxy | 15.9809 | 0.2360 | 0.1100 |
Hunter Lab | 39.9761 | 83.1434 | -112.9790 |
CIE-Lab | 46.9494 | 84.6017 | -82.6061 |
#a814fe color RGB value is (168,20,254).
#a814fe hex color red value is 168, green value is 20 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a814fe hue: 0.77 , saturation: 0.99 and the lightness value of a814fe is 0.54.
The process color (four color CMYK) of #a814fe color hex is 0.34, 0.92, 0.00, 0.00. Web safe color of #a814fe is #9900ff. Color #a814fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 00010100 | 11111110 |
Octal | 250 | 24 | 376 |
Decimal | 168 | 20 | 254 |
Hex | A8 | 14 | FE |
Shades of #a814fe
Tints of #a814fe
RGB Percentages of Color #a814fe
CMYK Percentages of Color #a814fe
Complementary Color
#a814fe | #6afe14 |
#a814fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a814fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a814fe Color CSS Codes
.mybgcolor {background-color:#a814fe; } .myforecolor {color:#a814fe; } .mybordercolor {border:3px solid #a814fe; }
#a814fe Text Font Color
<p style="color:#a814fe">Text here</p>
This sample text font color is #a814fe
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.
#a814fe Background Color
<div style="background-color:#a814fe">
Div content here</div>
This div background color is #a814fe
#a814fe Border Color
<div style="border:3px solid #a814fe">
Div here</div>
This div border color is #a814fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,20,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a814fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a814fe; -webkit-box-shadow: 1px 1px 3px 2px #a814fe; box-shadow: 1px 1px 3px 2px #a814fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,20,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 #a814fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a814fe; -webkit-box-shadow: 1px 1px 3px 2px #a814fe; box-shadow: 1px 1px 3px 2px #a814fe;">
Div content here</div>
This div box has shadow with color #a814fe
Comments
No comments written yet.
Please login to write comment.