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