Color spaces of #517def
RGB | 81 | 125 | 239 |
---|---|---|---|
HSL | 0.62 | 0.83 | 0.63 |
HSV | 223° | 66° | 94° |
CMYK | 0.66 | 0.48 | 0.00 0.06 |
XYZ | 26.3069 | 22.6486 | 84.6464 |
Yxy | 22.6486 | 0.1969 | 0.1695 |
Hunter Lab | 47.5905 | 15.3870 | -72.1421 |
CIE-Lab | 54.7085 | 21.0689 | -61.9878 |
#517def color RGB value is (81,125,239).
#517def hex color red value is 81, green value is 125 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #517def hue: 0.62 , saturation: 0.83 and the lightness value of 517def is 0.63.
The process color (four color CMYK) of #517def color hex is 0.66, 0.48, 0.00, 0.06. Web safe color of #517def is #6666ff. Color #517def contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 01111101 | 11101111 |
Octal | 121 | 175 | 357 |
Decimal | 81 | 125 | 239 |
Hex | 51 | 7D | EF |
Shades of #517def
Tints of #517def
RGB Percentages of Color #517def
CMYK Percentages of Color #517def
Complementary Color
#517def | #efc351 |
#517def Color Preview on Black Background
Lorem ipsum dolor sit amet.
#517def Color Preview on White Background
Lorem ipsum dolor sit amet.
#517def Color CSS Codes
.mybgcolor {background-color:#517def; } .myforecolor {color:#517def; } .mybordercolor {border:3px solid #517def; }
#517def Text Font Color
<p style="color:#517def">Text here</p>
This sample text font color is #517def
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.
#517def Background Color
<div style="background-color:#517def">
Div content here</div>
This div background color is #517def
#517def Border Color
<div style="border:3px solid #517def">
Div here</div>
This div border color is #517def
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,125,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #517def; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #517def; -webkit-box-shadow: 1px 1px 3px 2px #517def; box-shadow: 1px 1px 3px 2px #517def; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,125,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #517def">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #517def; -webkit-box-shadow: 1px 1px 3px 2px #517def; box-shadow: 1px 1px 3px 2px #517def;">
Div content here</div>
This div box has shadow with color #517def
Comments
No comments written yet.
Please login to write comment.