Color spaces of #a400fe
RGB | 164 | 0 | 254 |
---|---|---|---|
HSL | 0.77 | 1.00 | 0.50 |
HSV | 279° | 100° | 100° |
CMYK | 0.35 | 1.00 | 0.00 0.00 |
XYZ | 33.1992 | 15.0483 | 94.9207 |
Yxy | 15.0483 | 0.2319 | 0.1051 |
Hunter Lab | 38.7921 | 84.8781 | -117.9225 |
CIE-Lab | 45.7003 | 86.1779 | -84.6775 |
#a400fe color RGB value is (164,0,254).
#a400fe hex color red value is 164, green value is 0 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a400fe hue: 0.77 , saturation: 1.00 and the lightness value of a400fe is 0.50.
The process color (four color CMYK) of #a400fe color hex is 0.35, 1.00, 0.00, 0.00. Web safe color of #a400fe is #9900ff. Color #a400fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 00000000 | 11111110 |
Octal | 244 | 0 | 376 |
Decimal | 164 | 0 | 254 |
Hex | A4 | 0 | FE |
Shades of #a400fe
Tints of #a400fe
RGB Percentages of Color #a400fe
CMYK Percentages of Color #a400fe
Complementary Color
#a400fe | #5afe00 |
#a400fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a400fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#a400fe Color CSS Codes
.mybgcolor {background-color:#a400fe; } .myforecolor {color:#a400fe; } .mybordercolor {border:3px solid #a400fe; }
#a400fe Text Font Color
<p style="color:#a400fe">Text here</p>
This sample text font color is #a400fe
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.
#a400fe Background Color
<div style="background-color:#a400fe">
Div content here</div>
This div background color is #a400fe
#a400fe Border Color
<div style="border:3px solid #a400fe">
Div here</div>
This div border color is #a400fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,0,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a400fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a400fe; -webkit-box-shadow: 1px 1px 3px 2px #a400fe; box-shadow: 1px 1px 3px 2px #a400fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,0,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 #a400fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a400fe; -webkit-box-shadow: 1px 1px 3px 2px #a400fe; box-shadow: 1px 1px 3px 2px #a400fe;">
Div content here</div>
This div box has shadow with color #a400fe
Comments
No comments written yet.
Please login to write comment.