Color Hex Logo

#e1dafd Color Hex

#E1DAFD
(225,218,253)
0 Favorites   0 Comments

Color spaces of #e1dafd

RGB 225218253
HSL0.700.900.92
HSV252°14°99°
CMYK 0.110.140.00   0.01
XYZ73.852473.2422103.1732
Yxy73.24220.29510.2927
Hunter Lab85.58174.2681-11.5701
CIE-Lab88.56318.9662-16.1599

#e1dafd color RGB value is (225,218,253).

#e1dafd hex color red value is 225, green value is 218 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e1dafd hue: 0.70 , saturation: 0.90 and the lightness value of e1dafd is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011010 11111101
Octal 341 332 375
Decimal 225 218 253
Hex E1 DA FD

RGB Percentages of Color #e1dafd

%32.33
%31.32
%36.35

CMYK Percentages of Color #e1dafd

%11
%14
%0
%1

Triadic Colors of #e1dafd

#e1dafd #fde1da #dafde1

Analogous Colors of #e1dafd

#e1dafd #f3dafd #dae5fd

Monochromatic Colors of #e1dafd

#e1dafd

Complementary Color

#e1dafd #f6fdda

#e1dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dafd Color CSS Codes

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

#e1dafd Text Font Color

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

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


#e1dafd Background Color

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

This div background color is #e1dafd


#e1dafd Border Color

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

This div border color is #e1dafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,218,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 #e1dafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dafd


Comments

No comments written yet.

Please login to write comment.