Color spaces of #5657dc
RGB | 86 | 87 | 220 |
---|---|---|---|
HSL | 0.67 | 0.66 | 0.60 |
HSV | 240° | 61° | 86° |
CMYK | 0.61 | 0.60 | 0.00 0.14 |
XYZ | 20.1642 | 13.9621 | 69.3423 |
Yxy | 13.9621 | 0.1949 | 0.1349 |
Hunter Lab | 37.3659 | 30.9358 | -83.8722 |
CIE-Lab | 44.1785 | 38.8166 | -68.3156 |
#5657dc color RGB value is (86,87,220).
#5657dc hex color red value is 86, green value is 87 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5657dc hue: 0.67 , saturation: 0.66 and the lightness value of 5657dc is 0.60.
The process color (four color CMYK) of #5657dc color hex is 0.61, 0.60, 0.00, 0.14. Web safe color of #5657dc is #6666cc. Color #5657dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 01010111 | 11011100 |
Octal | 126 | 127 | 334 |
Decimal | 86 | 87 | 220 |
Hex | 56 | 57 | DC |
Shades of #5657dc
Tints of #5657dc
RGB Percentages of Color #5657dc
CMYK Percentages of Color #5657dc
Complementary Color
#5657dc | #dcdb56 |
#5657dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5657dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5657dc Color CSS Codes
.mybgcolor {background-color:#5657dc; } .myforecolor {color:#5657dc; } .mybordercolor {border:3px solid #5657dc; }
#5657dc Text Font Color
<p style="color:#5657dc">Text here</p>
This sample text font color is #5657dc
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.
#5657dc Background Color
<div style="background-color:#5657dc">
Div content here</div>
This div background color is #5657dc
#5657dc Border Color
<div style="border:3px solid #5657dc">
Div here</div>
This div border color is #5657dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,87,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5657dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5657dc; -webkit-box-shadow: 1px 1px 3px 2px #5657dc; box-shadow: 1px 1px 3px 2px #5657dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,87,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5657dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5657dc; -webkit-box-shadow: 1px 1px 3px 2px #5657dc; box-shadow: 1px 1px 3px 2px #5657dc;">
Div content here</div>
This div box has shadow with color #5657dc
Comments
No comments written yet.
Please login to write comment.