Color spaces of #56002a
RGB | 86 | 0 | 42 |
---|---|---|---|
HSL | 0.92 | 1.00 | 0.17 |
HSV | 331° | 100° | 34° |
CMYK | 0.00 | 1.00 | 0.51 0.66 |
XYZ | 4.2557 | 2.1456 | 2.3803 |
Yxy | 2.1456 | 0.4846 | 0.2443 |
Hunter Lab | 14.6479 | 26.2265 | 0.6188 |
CIE-Lab | 16.2335 | 38.6098 | -0.3476 |
#56002a color RGB value is (86,0,42).
#56002a hex color red value is 86, green value is 0 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #56002a hue: 0.92 , saturation: 1.00 and the lightness value of 56002a is 0.17.
The process color (four color CMYK) of #56002a color hex is 0.00, 1.00, 0.51, 0.66. Web safe color of #56002a is #660033. Color #56002a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 00000000 | 00101010 |
Octal | 126 | 0 | 52 |
Decimal | 86 | 0 | 42 |
Hex | 56 | 0 | 2A |
Shades of #56002a
Tints of #56002a
RGB Percentages of Color #56002a
CMYK Percentages of Color #56002a
Complementary Color
#56002a | #00562c |
#56002a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#56002a Color Preview on White Background
Lorem ipsum dolor sit amet.
#56002a Color CSS Codes
.mybgcolor {background-color:#56002a; } .myforecolor {color:#56002a; } .mybordercolor {border:3px solid #56002a; }
#56002a Text Font Color
<p style="color:#56002a">Text here</p>
This sample text font color is #56002a
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.
#56002a Background Color
<div style="background-color:#56002a">
Div content here</div>
This div background color is #56002a
#56002a Border Color
<div style="border:3px solid #56002a">
Div here</div>
This div border color is #56002a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,0,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #56002a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #56002a; -webkit-box-shadow: 1px 1px 3px 2px #56002a; box-shadow: 1px 1px 3px 2px #56002a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,0,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #56002a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #56002a; -webkit-box-shadow: 1px 1px 3px 2px #56002a; box-shadow: 1px 1px 3px 2px #56002a;">
Div content here</div>
This div box has shadow with color #56002a
Comments
No comments written yet.
Please login to write comment.