Color spaces of #514bdf
RGB | 81 | 75 | 223 |
---|---|---|---|
HSL | 0.67 | 0.70 | 0.58 |
HSV | 242° | 66° | 87° |
CMYK | 0.64 | 0.66 | 0.00 0.13 |
XYZ | 19.2287 | 12.1092 | 71.1359 |
Yxy | 12.1092 | 0.1876 | 0.1182 |
Hunter Lab | 34.7983 | 37.7379 | -96.8440 |
CIE-Lab | 41.3892 | 46.1549 | -74.5958 |
#514bdf color RGB value is (81,75,223).
#514bdf hex color red value is 81, green value is 75 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #514bdf hue: 0.67 , saturation: 0.70 and the lightness value of 514bdf is 0.58.
The process color (four color CMYK) of #514bdf color hex is 0.64, 0.66, 0.00, 0.13. Web safe color of #514bdf is #6633cc. Color #514bdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 01001011 | 11011111 |
Octal | 121 | 113 | 337 |
Decimal | 81 | 75 | 223 |
Hex | 51 | 4B | DF |
Shades of #514bdf
Tints of #514bdf
RGB Percentages of Color #514bdf
CMYK Percentages of Color #514bdf
Complementary Color
#514bdf | #d9df4b |
#514bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#514bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#514bdf Color CSS Codes
.mybgcolor {background-color:#514bdf; } .myforecolor {color:#514bdf; } .mybordercolor {border:3px solid #514bdf; }
#514bdf Text Font Color
<p style="color:#514bdf">Text here</p>
This sample text font color is #514bdf
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.
#514bdf Background Color
<div style="background-color:#514bdf">
Div content here</div>
This div background color is #514bdf
#514bdf Border Color
<div style="border:3px solid #514bdf">
Div here</div>
This div border color is #514bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,75,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #514bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #514bdf; -webkit-box-shadow: 1px 1px 3px 2px #514bdf; box-shadow: 1px 1px 3px 2px #514bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,75,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #514bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #514bdf; -webkit-box-shadow: 1px 1px 3px 2px #514bdf; box-shadow: 1px 1px 3px 2px #514bdf;">
Div content here</div>
This div box has shadow with color #514bdf
Comments
No comments written yet.
Please login to write comment.