Color spaces of #510ffa
RGB | 81 | 15 | 250 |
---|---|---|---|
HSL | 0.71 | 0.96 | 0.52 |
HSV | 257° | 94° | 98° |
CMYK | 0.68 | 0.94 | 0.00 0.02 |
XYZ | 20.8195 | 8.9931 | 91.0810 |
Yxy | 8.9931 | 0.1722 | 0.0744 |
Hunter Lab | 29.9885 | 71.4437 | -159.0835 |
CIE-Lab | 35.9710 | 77.3899 | -98.8404 |
#510ffa color RGB value is (81,15,250).
#510ffa hex color red value is 81, green value is 15 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #510ffa hue: 0.71 , saturation: 0.96 and the lightness value of 510ffa is 0.52.
The process color (four color CMYK) of #510ffa color hex is 0.68, 0.94, 0.00, 0.02. Web safe color of #510ffa is #6600ff. Color #510ffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 00001111 | 11111010 |
Octal | 121 | 17 | 372 |
Decimal | 81 | 15 | 250 |
Hex | 51 | F | FA |
Shades of #510ffa
Tints of #510ffa
RGB Percentages of Color #510ffa
CMYK Percentages of Color #510ffa
Complementary Color
#510ffa | #b8fa0f |
#510ffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#510ffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#510ffa Color CSS Codes
.mybgcolor {background-color:#510ffa; } .myforecolor {color:#510ffa; } .mybordercolor {border:3px solid #510ffa; }
#510ffa Text Font Color
<p style="color:#510ffa">Text here</p>
This sample text font color is #510ffa
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.
#510ffa Background Color
<div style="background-color:#510ffa">
Div content here</div>
This div background color is #510ffa
#510ffa Border Color
<div style="border:3px solid #510ffa">
Div here</div>
This div border color is #510ffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,15,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #510ffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #510ffa; -webkit-box-shadow: 1px 1px 3px 2px #510ffa; box-shadow: 1px 1px 3px 2px #510ffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,15,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 #510ffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #510ffa; -webkit-box-shadow: 1px 1px 3px 2px #510ffa; box-shadow: 1px 1px 3px 2px #510ffa;">
Div content here</div>
This div box has shadow with color #510ffa
Comments
No comments written yet.
Please login to write comment.