Color spaces of #a400fa
RGB | 164 | 0 | 250 |
---|---|---|---|
HSL | 0.78 | 1.00 | 0.49 |
HSV | 279° | 100° | 98° |
CMYK | 0.34 | 1.00 | 0.00 0.02 |
XYZ | 32.5652 | 14.7946 | 91.5818 |
Yxy | 14.7946 | 0.2344 | 0.1065 |
Hunter Lab | 38.4637 | 83.8148 | -114.2443 |
CIE-Lab | 45.3516 | 85.4250 | -83.0117 |
#a400fa color RGB value is (164,0,250).
#a400fa hex color red value is 164, green value is 0 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a400fa hue: 0.78 , saturation: 1.00 and the lightness value of a400fa is 0.49.
The process color (four color CMYK) of #a400fa color hex is 0.34, 1.00, 0.00, 0.02. Web safe color of #a400fa is #9900ff. Color #a400fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 00000000 | 11111010 |
Octal | 244 | 0 | 372 |
Decimal | 164 | 0 | 250 |
Hex | A4 | 0 | FA |
Shades of #a400fa
Tints of #a400fa
RGB Percentages of Color #a400fa
CMYK Percentages of Color #a400fa
Complementary Color
#a400fa | #56fa00 |
#a400fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a400fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a400fa Color CSS Codes
.mybgcolor {background-color:#a400fa; } .myforecolor {color:#a400fa; } .mybordercolor {border:3px solid #a400fa; }
#a400fa Text Font Color
<p style="color:#a400fa">Text here</p>
This sample text font color is #a400fa
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.
#a400fa Background Color
<div style="background-color:#a400fa">
Div content here</div>
This div background color is #a400fa
#a400fa Border Color
<div style="border:3px solid #a400fa">
Div here</div>
This div border color is #a400fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,0,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a400fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a400fa; -webkit-box-shadow: 1px 1px 3px 2px #a400fa; box-shadow: 1px 1px 3px 2px #a400fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,0,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a400fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a400fa; -webkit-box-shadow: 1px 1px 3px 2px #a400fa; box-shadow: 1px 1px 3px 2px #a400fa;">
Div content here</div>
This div box has shadow with color #a400fa
Comments
No comments written yet.
Please login to write comment.