Color spaces of #5786dc
RGB | 87 | 134 | 220 |
---|---|---|---|
HSL | 0.61 | 0.66 | 0.60 |
HSV | 219° | 60° | 86° |
CMYK | 0.60 | 0.39 | 0.00 0.14 |
XYZ | 25.3738 | 24.2437 | 71.0523 |
Yxy | 24.2437 | 0.2103 | 0.2009 |
Hunter Lab | 49.2379 | 5.8202 | -51.0914 |
CIE-Lab | 56.3310 | 10.1766 | -48.7661 |
#5786dc color RGB value is (87,134,220).
#5786dc hex color red value is 87, green value is 134 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5786dc hue: 0.61 , saturation: 0.66 and the lightness value of 5786dc is 0.60.
The process color (four color CMYK) of #5786dc color hex is 0.60, 0.39, 0.00, 0.14. Web safe color of #5786dc is #6699cc. Color #5786dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 10000110 | 11011100 |
Octal | 127 | 206 | 334 |
Decimal | 87 | 134 | 220 |
Hex | 57 | 86 | DC |
Shades of #5786dc
Tints of #5786dc
RGB Percentages of Color #5786dc
CMYK Percentages of Color #5786dc
Complementary Color
#5786dc | #dcad57 |
#5786dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5786dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5786dc Color CSS Codes
.mybgcolor {background-color:#5786dc; } .myforecolor {color:#5786dc; } .mybordercolor {border:3px solid #5786dc; }
#5786dc Text Font Color
<p style="color:#5786dc">Text here</p>
This sample text font color is #5786dc
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.
#5786dc Background Color
<div style="background-color:#5786dc">
Div content here</div>
This div background color is #5786dc
#5786dc Border Color
<div style="border:3px solid #5786dc">
Div here</div>
This div border color is #5786dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,134,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5786dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5786dc; -webkit-box-shadow: 1px 1px 3px 2px #5786dc; box-shadow: 1px 1px 3px 2px #5786dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,134,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 #5786dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5786dc; -webkit-box-shadow: 1px 1px 3px 2px #5786dc; box-shadow: 1px 1px 3px 2px #5786dc;">
Div content here</div>
This div box has shadow with color #5786dc
Comments
No comments written yet.
Please login to write comment.