Hex #e6e6fa Color

#e6e6fa
equivalent to

RGB

(230, 230, 250)

Details of #e6e6fa

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
230
78.1853
0.67
0.08
91.8277
80.3188
240°
89.6207
230
80.3188
0.67
0.08
3.7139
0.3003
-1.1122
250
101.8247
0.94
0.00   0.02
-9.6717
0.3085
98°
-4.6059

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11100110
346
230
E6
Green
11100110
346
230
E6
Blue
11111010
372
250
FA

RGB in % of #e6e6fa

%32.39
%32.39
%35.21

CMYK in % of #e6e6fa

%8
%8
%0
%2

Triads of color #e6e6fa

#e6e6fa #e6fae6 #fae6fa

Similar Colors to #e6e6fa

#e6e6fa #e6f0fa #f0e6fa

Preview Color #e6e6fa on black ground

#e6e6fa is very interesting for text.

Preview Color #e6e6fa on white ground

#e6e6fa is very interesting for text.

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.


Shadow of Div

<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