Color spaces of #702414
RGB | 112 | 36 | 20 |
---|---|---|---|
HSL | 0.03 | 0.70 | 0.26 |
HSV | 10° | 82° | 44° |
CMYK | 0.00 | 0.68 | 0.82 0.56 |
XYZ | 7.4392 | 4.7570 | 1.1879 |
Yxy | 4.7570 | 0.5558 | 0.3554 |
Hunter Lab | 21.8105 | 22.7148 | 12.0382 |
CIE-Lab | 26.0309 | 32.7101 | 28.1093 |
#702414 color RGB value is (112,36,20).
#702414 hex color red value is 112, green value is 36 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #702414 hue: 0.03 , saturation: 0.70 and the lightness value of 702414 is 0.26.
The process color (four color CMYK) of #702414 color hex is 0.00, 0.68, 0.82, 0.56. Web safe color of #702414 is #663300. Color #702414 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 00100100 | 00010100 |
Octal | 160 | 44 | 24 |
Decimal | 112 | 36 | 20 |
Hex | 70 | 24 | 14 |
Shades of #702414
Tints of #702414
RGB Percentages of Color #702414
CMYK Percentages of Color #702414
Complementary Color
#702414 | #146070 |
#702414 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#702414 Color Preview on White Background
Lorem ipsum dolor sit amet.
#702414 Color CSS Codes
.mybgcolor {background-color:#702414; } .myforecolor {color:#702414; } .mybordercolor {border:3px solid #702414; }
#702414 Text Font Color
<p style="color:#702414">Text here</p>
This sample text font color is #702414
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.
#702414 Background Color
<div style="background-color:#702414">
Div content here</div>
This div background color is #702414
#702414 Border Color
<div style="border:3px solid #702414">
Div here</div>
This div border color is #702414
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,36,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #702414; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #702414; -webkit-box-shadow: 1px 1px 3px 2px #702414; box-shadow: 1px 1px 3px 2px #702414; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,36,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #702414">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #702414; -webkit-box-shadow: 1px 1px 3px 2px #702414; box-shadow: 1px 1px 3px 2px #702414;">
Div content here</div>
This div box has shadow with color #702414
Comments
No comments written yet.
Please login to write comment.