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