Color spaces of #56056d
RGB | 86 | 5 | 109 |
---|---|---|---|
HSL | 0.80 | 0.91 | 0.22 |
HSV | 287° | 95° | 43° |
CMYK | 0.21 | 0.95 | 0.00 0.57 |
XYZ | 6.6523 | 3.1911 | 14.7333 |
Yxy | 3.1911 | 0.2707 | 0.1298 |
Hunter Lab | 17.8637 | 35.2108 | -36.3957 |
CIE-Lab | 20.7935 | 47.4612 | -39.2407 |
#56056d color RGB value is (86,5,109).
#56056d hex color red value is 86, green value is 5 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #56056d hue: 0.80 , saturation: 0.91 and the lightness value of 56056d is 0.22.
The process color (four color CMYK) of #56056d color hex is 0.21, 0.95, 0.00, 0.57. Web safe color of #56056d is #660066. Color #56056d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 00000101 | 01101101 |
Octal | 126 | 5 | 155 |
Decimal | 86 | 5 | 109 |
Hex | 56 | 5 | 6D |
Shades of #56056d
Tints of #56056d
RGB Percentages of Color #56056d
CMYK Percentages of Color #56056d
Complementary Color
#56056d | #1c6d05 |
#56056d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#56056d Color Preview on White Background
Lorem ipsum dolor sit amet.
#56056d Color CSS Codes
.mybgcolor {background-color:#56056d; } .myforecolor {color:#56056d; } .mybordercolor {border:3px solid #56056d; }
#56056d Text Font Color
<p style="color:#56056d">Text here</p>
This sample text font color is #56056d
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.
#56056d Background Color
<div style="background-color:#56056d">
Div content here</div>
This div background color is #56056d
#56056d Border Color
<div style="border:3px solid #56056d">
Div here</div>
This div border color is #56056d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,5,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #56056d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #56056d; -webkit-box-shadow: 1px 1px 3px 2px #56056d; box-shadow: 1px 1px 3px 2px #56056d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,5,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #56056d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #56056d; -webkit-box-shadow: 1px 1px 3px 2px #56056d; box-shadow: 1px 1px 3px 2px #56056d;">
Div content here</div>
This div box has shadow with color #56056d
Comments
No comments written yet.
Please login to write comment.