Color spaces of #510bbe
RGB | 81 | 11 | 190 |
---|---|---|---|
HSL | 0.73 | 0.89 | 0.39 |
HSV | 263° | 94° | 75° |
CMYK | 0.57 | 0.94 | 0.00 0.25 |
XYZ | 12.8073 | 5.7064 | 49.1416 |
Yxy | 5.7064 | 0.1893 | 0.0843 |
Hunter Lab | 23.8881 | 53.8965 | -105.2474 |
CIE-Lab | 28.6593 | 63.8390 | -76.4133 |
#510bbe color RGB value is (81,11,190).
#510bbe hex color red value is 81, green value is 11 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #510bbe hue: 0.73 , saturation: 0.89 and the lightness value of 510bbe is 0.39.
The process color (four color CMYK) of #510bbe color hex is 0.57, 0.94, 0.00, 0.25. Web safe color of #510bbe is #6600cc. Color #510bbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 00001011 | 10111110 |
Octal | 121 | 13 | 276 |
Decimal | 81 | 11 | 190 |
Hex | 51 | B | BE |
Shades of #510bbe
Tints of #510bbe
RGB Percentages of Color #510bbe
CMYK Percentages of Color #510bbe
Complementary Color
#510bbe | #78be0b |
#510bbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#510bbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#510bbe Color CSS Codes
.mybgcolor {background-color:#510bbe; } .myforecolor {color:#510bbe; } .mybordercolor {border:3px solid #510bbe; }
#510bbe Text Font Color
<p style="color:#510bbe">Text here</p>
This sample text font color is #510bbe
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.
#510bbe Background Color
<div style="background-color:#510bbe">
Div content here</div>
This div background color is #510bbe
#510bbe Border Color
<div style="border:3px solid #510bbe">
Div here</div>
This div border color is #510bbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,11,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #510bbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #510bbe; -webkit-box-shadow: 1px 1px 3px 2px #510bbe; box-shadow: 1px 1px 3px 2px #510bbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,11,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #510bbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #510bbe; -webkit-box-shadow: 1px 1px 3px 2px #510bbe; box-shadow: 1px 1px 3px 2px #510bbe;">
Div content here</div>
This div box has shadow with color #510bbe
Comments
No comments written yet.
Please login to write comment.