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