Color spaces of #a40dfa
RGB | 164 | 13 | 250 |
---|---|---|---|
HSL | 0.77 | 0.96 | 0.52 |
HSV | 278° | 95° | 98° |
CMYK | 0.34 | 0.95 | 0.00 0.02 |
XYZ | 32.7091 | 15.0825 | 91.6297 |
Yxy | 15.0825 | 0.2346 | 0.1082 |
Hunter Lab | 38.8362 | 82.3751 | -112.7029 |
CIE-Lab | 45.7470 | 84.2352 | -82.3629 |
#a40dfa color RGB value is (164,13,250).
#a40dfa hex color red value is 164, green value is 13 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a40dfa hue: 0.77 , saturation: 0.96 and the lightness value of a40dfa is 0.52.
The process color (four color CMYK) of #a40dfa color hex is 0.34, 0.95, 0.00, 0.02. Web safe color of #a40dfa is #9900ff. Color #a40dfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 00001101 | 11111010 |
Octal | 244 | 15 | 372 |
Decimal | 164 | 13 | 250 |
Hex | A4 | D | FA |
Shades of #a40dfa
Tints of #a40dfa
RGB Percentages of Color #a40dfa
CMYK Percentages of Color #a40dfa
Complementary Color
#a40dfa | #63fa0d |
#a40dfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a40dfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a40dfa Color CSS Codes
.mybgcolor {background-color:#a40dfa; } .myforecolor {color:#a40dfa; } .mybordercolor {border:3px solid #a40dfa; }
#a40dfa Text Font Color
<p style="color:#a40dfa">Text here</p>
This sample text font color is #a40dfa
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.
#a40dfa Background Color
<div style="background-color:#a40dfa">
Div content here</div>
This div background color is #a40dfa
#a40dfa Border Color
<div style="border:3px solid #a40dfa">
Div here</div>
This div border color is #a40dfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,13,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a40dfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a40dfa; -webkit-box-shadow: 1px 1px 3px 2px #a40dfa; box-shadow: 1px 1px 3px 2px #a40dfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,13,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 #a40dfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a40dfa; -webkit-box-shadow: 1px 1px 3px 2px #a40dfa; box-shadow: 1px 1px 3px 2px #a40dfa;">
Div content here</div>
This div box has shadow with color #a40dfa
Comments
No comments written yet.
Please login to write comment.