Color spaces of #740e0b
RGB | 116 | 14 | 11 |
---|---|---|---|
HSL | 0.00 | 0.83 | 0.25 |
HSV | 2° | 91° | 45° |
CMYK | 0.00 | 0.88 | 0.91 0.55 |
XYZ | 7.4199 | 4.0512 | 0.7075 |
Yxy | 4.0512 | 0.6093 | 0.3326 |
Hunter Lab | 20.1276 | 30.5795 | 12.0052 |
CIE-Lab | 23.8400 | 41.9687 | 30.9838 |
#740e0b color RGB value is (116,14,11).
#740e0b hex color red value is 116, green value is 14 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #740e0b hue: 0.00 , saturation: 0.83 and the lightness value of 740e0b is 0.25.
The process color (four color CMYK) of #740e0b color hex is 0.00, 0.88, 0.91, 0.55. Web safe color of #740e0b is #660000. Color #740e0b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 00001110 | 00001011 |
Octal | 164 | 16 | 13 |
Decimal | 116 | 14 | 11 |
Hex | 74 | E | B |
Shades of #740e0b
Tints of #740e0b
RGB Percentages of Color #740e0b
CMYK Percentages of Color #740e0b
Complementary Color
#740e0b | #0b7174 |
#740e0b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#740e0b Color Preview on White Background
Lorem ipsum dolor sit amet.
#740e0b Color CSS Codes
.mybgcolor {background-color:#740e0b; } .myforecolor {color:#740e0b; } .mybordercolor {border:3px solid #740e0b; }
#740e0b Text Font Color
<p style="color:#740e0b">Text here</p>
This sample text font color is #740e0b
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.
#740e0b Background Color
<div style="background-color:#740e0b">
Div content here</div>
This div background color is #740e0b
#740e0b Border Color
<div style="border:3px solid #740e0b">
Div here</div>
This div border color is #740e0b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,14,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #740e0b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #740e0b; -webkit-box-shadow: 1px 1px 3px 2px #740e0b; box-shadow: 1px 1px 3px 2px #740e0b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,14,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #740e0b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #740e0b; -webkit-box-shadow: 1px 1px 3px 2px #740e0b; box-shadow: 1px 1px 3px 2px #740e0b;">
Div content here</div>
This div box has shadow with color #740e0b
Comments
No comments written yet.
Please login to write comment.