Color spaces of #56387e
RGB | 86 | 56 | 126 |
---|---|---|---|
HSL | 0.74 | 0.38 | 0.36 |
HSV | 266° | 56° | 49° |
CMYK | 0.32 | 0.56 | 0.00 0.51 |
XYZ | 9.0178 | 6.3131 | 20.4819 |
Yxy | 6.3131 | 0.2518 | 0.1763 |
Hunter Lab | 25.1259 | 20.0942 | -30.7434 |
CIE-Lab | 30.1890 | 28.9562 | -34.9590 |
#56387e color RGB value is (86,56,126).
#56387e hex color red value is 86, green value is 56 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #56387e hue: 0.74 , saturation: 0.38 and the lightness value of 56387e is 0.36.
The process color (four color CMYK) of #56387e color hex is 0.32, 0.56, 0.00, 0.51. Web safe color of #56387e is #663366. Color #56387e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 00111000 | 01111110 |
Octal | 126 | 70 | 176 |
Decimal | 86 | 56 | 126 |
Hex | 56 | 38 | 7E |
Shades of #56387e
Tints of #56387e
RGB Percentages of Color #56387e
CMYK Percentages of Color #56387e
Complementary Color
#56387e | #607e38 |
#56387e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#56387e Color Preview on White Background
Lorem ipsum dolor sit amet.
#56387e Color CSS Codes
.mybgcolor {background-color:#56387e; } .myforecolor {color:#56387e; } .mybordercolor {border:3px solid #56387e; }
#56387e Text Font Color
<p style="color:#56387e">Text here</p>
This sample text font color is #56387e
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.
#56387e Background Color
<div style="background-color:#56387e">
Div content here</div>
This div background color is #56387e
#56387e Border Color
<div style="border:3px solid #56387e">
Div here</div>
This div border color is #56387e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,56,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #56387e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #56387e; -webkit-box-shadow: 1px 1px 3px 2px #56387e; box-shadow: 1px 1px 3px 2px #56387e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,56,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #56387e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #56387e; -webkit-box-shadow: 1px 1px 3px 2px #56387e; box-shadow: 1px 1px 3px 2px #56387e;">
Div content here</div>
This div box has shadow with color #56387e
Comments
No comments written yet.
Please login to write comment.