Color spaces of #514edd
RGB | 81 | 78 | 221 |
---|---|---|---|
HSL | 0.67 | 0.68 | 0.59 |
HSV | 241° | 65° | 87° |
CMYK | 0.63 | 0.65 | 0.00 0.13 |
XYZ | 19.1689 | 12.4186 | 69.7933 |
Yxy | 12.4186 | 0.1891 | 0.1225 |
Hunter Lab | 35.2400 | 35.4254 | -92.7565 |
CIE-Lab | 41.8738 | 43.7612 | -72.6615 |
#514edd color RGB value is (81,78,221).
#514edd hex color red value is 81, green value is 78 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #514edd hue: 0.67 , saturation: 0.68 and the lightness value of 514edd is 0.59.
The process color (four color CMYK) of #514edd color hex is 0.63, 0.65, 0.00, 0.13. Web safe color of #514edd is #6666cc. Color #514edd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 01001110 | 11011101 |
Octal | 121 | 116 | 335 |
Decimal | 81 | 78 | 221 |
Hex | 51 | 4E | DD |
Shades of #514edd
Tints of #514edd
RGB Percentages of Color #514edd
CMYK Percentages of Color #514edd
Complementary Color
#514edd | #dadd4e |
#514edd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#514edd Color Preview on White Background
Lorem ipsum dolor sit amet.
#514edd Color CSS Codes
.mybgcolor {background-color:#514edd; } .myforecolor {color:#514edd; } .mybordercolor {border:3px solid #514edd; }
#514edd Text Font Color
<p style="color:#514edd">Text here</p>
This sample text font color is #514edd
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.
#514edd Background Color
<div style="background-color:#514edd">
Div content here</div>
This div background color is #514edd
#514edd Border Color
<div style="border:3px solid #514edd">
Div here</div>
This div border color is #514edd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,78,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #514edd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #514edd; -webkit-box-shadow: 1px 1px 3px 2px #514edd; box-shadow: 1px 1px 3px 2px #514edd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,78,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #514edd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #514edd; -webkit-box-shadow: 1px 1px 3px 2px #514edd; box-shadow: 1px 1px 3px 2px #514edd;">
Div content here</div>
This div box has shadow with color #514edd
Comments
No comments written yet.
Please login to write comment.