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