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