Color spaces of #56264a
RGB | 86 | 38 | 74 |
---|---|---|---|
HSL | 0.88 | 0.39 | 0.24 |
HSV | 315° | 56° | 34° |
CMYK | 0.00 | 0.56 | 0.14 0.66 |
XYZ | 5.7669 | 3.8591 | 6.9195 |
Yxy | 3.8591 | 0.3485 | 0.2332 |
Hunter Lab | 19.6446 | 18.0227 | -7.1328 |
CIE-Lab | 23.2001 | 27.5081 | -12.2257 |
#56264a color RGB value is (86,38,74).
#56264a hex color red value is 86, green value is 38 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #56264a hue: 0.88 , saturation: 0.39 and the lightness value of 56264a is 0.24.
The process color (four color CMYK) of #56264a color hex is 0.00, 0.56, 0.14, 0.66. Web safe color of #56264a is #663333. Color #56264a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 00100110 | 01001010 |
Octal | 126 | 46 | 112 |
Decimal | 86 | 38 | 74 |
Hex | 56 | 26 | 4A |
Shades of #56264a
Tints of #56264a
RGB Percentages of Color #56264a
CMYK Percentages of Color #56264a
Complementary Color
#56264a | #265632 |
#56264a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#56264a Color Preview on White Background
Lorem ipsum dolor sit amet.
#56264a Color CSS Codes
.mybgcolor {background-color:#56264a; } .myforecolor {color:#56264a; } .mybordercolor {border:3px solid #56264a; }
#56264a Text Font Color
<p style="color:#56264a">Text here</p>
This sample text font color is #56264a
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.
#56264a Background Color
<div style="background-color:#56264a">
Div content here</div>
This div background color is #56264a
#56264a Border Color
<div style="border:3px solid #56264a">
Div here</div>
This div border color is #56264a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,38,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #56264a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #56264a; -webkit-box-shadow: 1px 1px 3px 2px #56264a; box-shadow: 1px 1px 3px 2px #56264a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,38,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #56264a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #56264a; -webkit-box-shadow: 1px 1px 3px 2px #56264a; box-shadow: 1px 1px 3px 2px #56264a;">
Div content here</div>
This div box has shadow with color #56264a
Comments
No comments written yet.
Please login to write comment.