Color spaces of #5766de
RGB | 87 | 102 | 222 |
---|---|---|---|
HSL | 0.65 | 0.67 | 0.61 |
HSV | 233° | 61° | 87° |
CMYK | 0.61 | 0.54 | 0.00 0.13 |
XYZ | 21.8667 | 16.8029 | 71.1980 |
Yxy | 16.8029 | 0.1990 | 0.1529 |
Hunter Lab | 40.9913 | 23.4854 | -74.2871 |
CIE-Lab | 48.0107 | 30.4655 | -63.2298 |
#5766de color RGB value is (87,102,222).
#5766de hex color red value is 87, green value is 102 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5766de hue: 0.65 , saturation: 0.67 and the lightness value of 5766de is 0.61.
The process color (four color CMYK) of #5766de color hex is 0.61, 0.54, 0.00, 0.13. Web safe color of #5766de is #6666cc. Color #5766de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 01100110 | 11011110 |
Octal | 127 | 146 | 336 |
Decimal | 87 | 102 | 222 |
Hex | 57 | 66 | DE |
Shades of #5766de
Tints of #5766de
RGB Percentages of Color #5766de
CMYK Percentages of Color #5766de
Complementary Color
#5766de | #decf57 |
#5766de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5766de Color Preview on White Background
Lorem ipsum dolor sit amet.
#5766de Color CSS Codes
.mybgcolor {background-color:#5766de; } .myforecolor {color:#5766de; } .mybordercolor {border:3px solid #5766de; }
#5766de Text Font Color
<p style="color:#5766de">Text here</p>
This sample text font color is #5766de
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.
#5766de Background Color
<div style="background-color:#5766de">
Div content here</div>
This div background color is #5766de
#5766de Border Color
<div style="border:3px solid #5766de">
Div here</div>
This div border color is #5766de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,102,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5766de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5766de; -webkit-box-shadow: 1px 1px 3px 2px #5766de; box-shadow: 1px 1px 3px 2px #5766de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,102,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5766de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5766de; -webkit-box-shadow: 1px 1px 3px 2px #5766de; box-shadow: 1px 1px 3px 2px #5766de;">
Div content here</div>
This div box has shadow with color #5766de
Comments
No comments written yet.
Please login to write comment.