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