Color Hex Logo

#e1defd Color Hex

#E1DEFD
(225,222,253)
0 Favorites   0 Comments

Color spaces of #e1defd

RGB 225222253
HSL0.680.890.93
HSV246°12°99°
CMYK 0.110.120.00   0.01
XYZ74.902275.3420103.5232
Yxy75.34200.29520.2969
Hunter Lab86.79982.1336-9.9534
CIE-Lab89.55296.8674-14.6751

#e1defd color RGB value is (225,222,253).

#e1defd hex color red value is 225, green value is 222 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e1defd hue: 0.68 , saturation: 0.89 and the lightness value of e1defd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011110 11111101
Octal 341 336 375
Decimal 225 222 253
Hex E1 DE FD

RGB Percentages of Color #e1defd

%32.14
%31.71
%36.14

CMYK Percentages of Color #e1defd

%11
%12
%0
%1

Triadic Colors of #e1defd

#e1defd #fde1de #defde1

Analogous Colors of #e1defd

#e1defd #f1defd #deebfd

Monochromatic Colors of #e1defd

#e1defd

Complementary Color

#e1defd #fafdde

#e1defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1defd Color CSS Codes

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

#e1defd Text Font Color

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

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


#e1defd Background Color

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

This div background color is #e1defd


#e1defd Border Color

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

This div border color is #e1defd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1defd


Comments

No comments written yet.

Please login to write comment.