Color spaces of #5109da
RGB | 81 | 9 | 218 |
---|---|---|---|
HSL | 0.72 | 0.92 | 0.45 |
HSV | 261° | 96° | 85° |
CMYK | 0.63 | 0.96 | 0.00 0.15 |
XYZ | 16.1459 | 7.0067 | 66.8311 |
Yxy | 7.0067 | 0.1794 | 0.0779 |
Hunter Lab | 26.4702 | 62.5561 | -131.1645 |
CIE-Lab | 31.8222 | 70.7838 | -87.5169 |
#5109da color RGB value is (81,9,218).
#5109da hex color red value is 81, green value is 9 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5109da hue: 0.72 , saturation: 0.92 and the lightness value of 5109da is 0.45.
The process color (four color CMYK) of #5109da color hex is 0.63, 0.96, 0.00, 0.15. Web safe color of #5109da is #6600cc. Color #5109da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 00001001 | 11011010 |
Octal | 121 | 11 | 332 |
Decimal | 81 | 9 | 218 |
Hex | 51 | 9 | DA |
Shades of #5109da
Tints of #5109da
RGB Percentages of Color #5109da
CMYK Percentages of Color #5109da
Complementary Color
#5109da | #92da09 |
#5109da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5109da Color Preview on White Background
Lorem ipsum dolor sit amet.
#5109da Color CSS Codes
.mybgcolor {background-color:#5109da; } .myforecolor {color:#5109da; } .mybordercolor {border:3px solid #5109da; }
#5109da Text Font Color
<p style="color:#5109da">Text here</p>
This sample text font color is #5109da
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.
#5109da Background Color
<div style="background-color:#5109da">
Div content here</div>
This div background color is #5109da
#5109da Border Color
<div style="border:3px solid #5109da">
Div here</div>
This div border color is #5109da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,9,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5109da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5109da; -webkit-box-shadow: 1px 1px 3px 2px #5109da; box-shadow: 1px 1px 3px 2px #5109da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,9,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 #5109da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5109da; -webkit-box-shadow: 1px 1px 3px 2px #5109da; box-shadow: 1px 1px 3px 2px #5109da;">
Div content here</div>
This div box has shadow with color #5109da
Comments
No comments written yet.
Please login to write comment.