Color spaces of #a51fda
RGB | 165 | 31 | 218 |
---|---|---|---|
HSL | 0.79 | 0.75 | 0.49 |
HSV | 283° | 86° | 85° |
CMYK | 0.24 | 0.86 | 0.00 0.15 |
XYZ | 28.6619 | 14.0413 | 67.5292 |
Yxy | 14.0413 | 0.2600 | 0.1274 |
Hunter Lab | 37.4717 | 70.9581 | -80.6185 |
CIE-Lab | 44.2921 | 75.4140 | -66.6068 |
#a51fda color RGB value is (165,31,218).
#a51fda hex color red value is 165, green value is 31 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a51fda hue: 0.79 , saturation: 0.75 and the lightness value of a51fda is 0.49.
The process color (four color CMYK) of #a51fda color hex is 0.24, 0.86, 0.00, 0.15. Web safe color of #a51fda is #9933cc. Color #a51fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 00011111 | 11011010 |
Octal | 245 | 37 | 332 |
Decimal | 165 | 31 | 218 |
Hex | A5 | 1F | DA |
Shades of #a51fda
Tints of #a51fda
RGB Percentages of Color #a51fda
CMYK Percentages of Color #a51fda
Complementary Color
#a51fda | #54da1f |
#a51fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a51fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#a51fda Color CSS Codes
.mybgcolor {background-color:#a51fda; } .myforecolor {color:#a51fda; } .mybordercolor {border:3px solid #a51fda; }
#a51fda Text Font Color
<p style="color:#a51fda">Text here</p>
This sample text font color is #a51fda
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.
#a51fda Background Color
<div style="background-color:#a51fda">
Div content here</div>
This div background color is #a51fda
#a51fda Border Color
<div style="border:3px solid #a51fda">
Div here</div>
This div border color is #a51fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,31,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a51fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a51fda; -webkit-box-shadow: 1px 1px 3px 2px #a51fda; box-shadow: 1px 1px 3px 2px #a51fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,31,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a51fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a51fda; -webkit-box-shadow: 1px 1px 3px 2px #a51fda; box-shadow: 1px 1px 3px 2px #a51fda;">
Div content here</div>
This div box has shadow with color #a51fda
Comments
No comments written yet.
Please login to write comment.