Color spaces of #561302
RGB | 86 | 19 | 2 |
---|---|---|---|
HSL | 0.03 | 0.95 | 0.17 |
HSV | 12° | 98° | 34° |
CMYK | 0.00 | 0.78 | 0.98 0.66 |
XYZ | 4.0816 | 2.4486 | 0.3149 |
Yxy | 2.4486 | 0.5963 | 0.3577 |
Hunter Lab | 15.6480 | 19.1756 | 9.7605 |
CIE-Lab | 17.6845 | 29.9004 | 25.9864 |
#561302 color RGB value is (86,19,2).
#561302 hex color red value is 86, green value is 19 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #561302 hue: 0.03 , saturation: 0.95 and the lightness value of 561302 is 0.17.
The process color (four color CMYK) of #561302 color hex is 0.00, 0.78, 0.98, 0.66. Web safe color of #561302 is #660000. Color #561302 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 00010011 | 00000010 |
Octal | 126 | 23 | 2 |
Decimal | 86 | 19 | 2 |
Hex | 56 | 13 | 2 |
Shades of #561302
Tints of #561302
RGB Percentages of Color #561302
CMYK Percentages of Color #561302
Complementary Color
#561302 | #024556 |
#561302 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#561302 Color Preview on White Background
Lorem ipsum dolor sit amet.
#561302 Color CSS Codes
.mybgcolor {background-color:#561302; } .myforecolor {color:#561302; } .mybordercolor {border:3px solid #561302; }
#561302 Text Font Color
<p style="color:#561302">Text here</p>
This sample text font color is #561302
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.
#561302 Background Color
<div style="background-color:#561302">
Div content here</div>
This div background color is #561302
#561302 Border Color
<div style="border:3px solid #561302">
Div here</div>
This div border color is #561302
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,19,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #561302; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #561302; -webkit-box-shadow: 1px 1px 3px 2px #561302; box-shadow: 1px 1px 3px 2px #561302; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,19,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #561302">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #561302; -webkit-box-shadow: 1px 1px 3px 2px #561302; box-shadow: 1px 1px 3px 2px #561302;">
Div content here</div>
This div box has shadow with color #561302
Comments
No comments written yet.
Please login to write comment.