Hex #8b1a1a Color
equivalent to
RGB
(139, 26, 26)Details of #8b1a1a
|
|
|
|
Color HEX #8b1a1a matches (139, 26, 26) in RGB.
#8b1a1a hex color red value is 139, green value is 26 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #8b1a1a hue: 0.00, saturation: 0.68 and the lightness value of 8b1a1a is 0.32.
The process color (four color CMYK) of #8b1a1a color hex is 0.00, 0.81, 0.81, 0.45. Web safe color of #8b1a1a is #993333. Color #8b1a1a contains mainly RED color.
Base Numbers
|
|
|
|
#8b1a1a tints
#8b1a1a shades
RGB in % of #8b1a1a
CMYK in % of #8b1a1a
Preview Color #8b1a1a on black ground
Very nice color.
Preview Color #8b1a1a on white ground
Very nice color.
CSS Codes #8b1a1a color
.mybgcolor {background-color:#8b1a1a; } .myforecolor {color:#8b1a1a; } .mybordercolor {border:3px solid #8b1a1a; }
Text Font Color #8b1a1a
<p style="color:#8b1a1a">Text here</p>
This sample text font color is #8b1a1a
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.
Background Color #8b1a1a
<div style="background-color:#8b1a1a">
Div content here</div>
This div background color is #8b1a1a
Border Color #8b1a1a
<div style="border:3px solid #8b1a1a">
Div here</div>
The color of this border is #8b1a1a
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8b1a1a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8b1a1a; -webkit-box-shadow: 1px 1px 3px 2px #8b1a1a; box-shadow: 1px 1px 3px 2px #8b1a1a; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #8b1a1a">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8b1a1a; -webkit-box-shadow: 1px 1px 3px 2px #8b1a1a; box-shadow: 1px 1px 3px 2px #8b1a1a;">
Div content here</div>
The shadow of div box using color #8b1a1a