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