Color Hex Logo

#e1d5ef Color Hex

#E1D5EF
(225,213,239)
0 Favorites   0 Comments

Color spaces of #e1d5ef

RGB 225213239
HSL0.740.450.89
HSV268°11°94°
CMYK 0.060.110.00   0.06
XYZ70.425669.828091.4277
Yxy69.82800.30400.3014
Hunter Lab83.56314.2012-6.3759
CIE-Lab86.91248.8586-11.2491

#e1d5ef color RGB value is (225,213,239).

#e1d5ef hex color red value is 225, green value is 213 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e1d5ef hue: 0.74 , saturation: 0.45 and the lightness value of e1d5ef is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11010101 11101111
Octal 341 325 357
Decimal 225 213 239
Hex E1 D5 EF

RGB Percentages of Color #e1d5ef

%33.23
%31.46
%35.30

CMYK Percentages of Color #e1d5ef

%6
%11
%0
%6

Triadic Colors of #e1d5ef

#e1d5ef #efe1d5 #d5efe1

Analogous Colors of #e1d5ef

#e1d5ef #eed5ef #d5d6ef

Monochromatic Colors of #e1d5ef

#e1d5ef

Complementary Color

#e1d5ef #e3efd5

#e1d5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1d5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1d5ef Color CSS Codes

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

#e1d5ef Text Font Color

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

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


#e1d5ef Background Color

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

This div background color is #e1d5ef


#e1d5ef Border Color

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

This div border color is #e1d5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1d5ef


Comments

No comments written yet.

Please login to write comment.