Color spaces of #514fba
RGB | 81 | 79 | 186 |
---|---|---|---|
HSL | 0.67 | 0.44 | 0.52 |
HSV | 241° | 58° | 73° |
CMYK | 0.56 | 0.58 | 0.00 0.27 |
XYZ | 15.0522 | 10.8865 | 47.7623 |
Yxy | 10.8865 | 0.2042 | 0.1477 |
Hunter Lab | 32.9947 | 23.6911 | -62.7304 |
CIE-Lab | 39.3886 | 31.7703 | -56.4655 |
#514fba color RGB value is (81,79,186).
#514fba hex color red value is 81, green value is 79 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #514fba hue: 0.67 , saturation: 0.44 and the lightness value of 514fba is 0.52.
The process color (four color CMYK) of #514fba color hex is 0.56, 0.58, 0.00, 0.27. Web safe color of #514fba is #6666cc. Color #514fba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 01001111 | 10111010 |
Octal | 121 | 117 | 272 |
Decimal | 81 | 79 | 186 |
Hex | 51 | 4F | BA |
Shades of #514fba
Tints of #514fba
RGB Percentages of Color #514fba
CMYK Percentages of Color #514fba
Complementary Color
#514fba | #b8ba4f |
#514fba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#514fba Color Preview on White Background
Lorem ipsum dolor sit amet.
#514fba Color CSS Codes
.mybgcolor {background-color:#514fba; } .myforecolor {color:#514fba; } .mybordercolor {border:3px solid #514fba; }
#514fba Text Font Color
<p style="color:#514fba">Text here</p>
This sample text font color is #514fba
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.
#514fba Background Color
<div style="background-color:#514fba">
Div content here</div>
This div background color is #514fba
#514fba Border Color
<div style="border:3px solid #514fba">
Div here</div>
This div border color is #514fba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,79,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #514fba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #514fba; -webkit-box-shadow: 1px 1px 3px 2px #514fba; box-shadow: 1px 1px 3px 2px #514fba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,79,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #514fba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #514fba; -webkit-box-shadow: 1px 1px 3px 2px #514fba; box-shadow: 1px 1px 3px 2px #514fba;">
Div content here</div>
This div box has shadow with color #514fba
Comments
No comments written yet.
Please login to write comment.