Color Hex Logo

#e3defe Color Hex

#E3DEFE
(227,222,254)
0 Favorites   0 Comments

Color spaces of #e3defe

RGB 227222254
HSL0.690.940.93
HSV249°13°100°
CMYK 0.110.130.00   0.00
XYZ75.689275.7292104.3939
Yxy75.72920.29590.2960
Hunter Lab87.02252.9637-10.2097
CIE-Lab89.73357.7012-14.9137

#e3defe color RGB value is (227,222,254).

#e3defe hex color red value is 227, green value is 222 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e3defe hue: 0.69 , saturation: 0.94 and the lightness value of e3defe is 0.93.

The process color (four color CMYK) of #e3defe color hex is 0.11, 0.13, 0.00, 0.00. Web safe color of #e3defe is #ccccff. Color #e3defe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11011110 11111110
Octal 343 336 376
Decimal 227 222 254
Hex E3 DE FE

RGB Percentages of Color #e3defe

%32.29
%31.58
%36.13

CMYK Percentages of Color #e3defe

%11
%13
%0
%0

Triadic Colors of #e3defe

#e3defe #fee3de #defee3

Analogous Colors of #e3defe

#e3defe #f3defe #dee9fe

Monochromatic Colors of #e3defe

#e3defe

Complementary Color

#e3defe #f9fede

#e3defe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3defe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3defe Color CSS Codes

.mybgcolor {background-color:#e3defe; } 
.myforecolor {color:#e3defe; }
.mybordercolor {border:3px solid #e3defe; }

#e3defe Text Font Color

<p style="color:#e3defe">Text here</p>

This sample text font color is #e3defe
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.


#e3defe Background Color

<div style="background-color:#e3defe">
Div content here</div>

This div background color is #e3defe


#e3defe Border Color

<div style="border:3px solid #e3defe">
Div here</div>

This div border color is #e3defe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,222,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3defe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3defe;
  -webkit-box-shadow: 1px 1px 3px 2px #e3defe;
  box-shadow:         1px 1px 3px 2px #e3defe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,222,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e3defe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e3defe;
  -webkit-box-shadow: 1px 1px 3px 2px #e3defe;
  box-shadow:         1px 1px 3px 2px #e3defe;">
Div content here</div>

This div box has shadow with color #e3defe


Comments

No comments written yet.

Please login to write comment.