Color Hex Logo

#e5ddfa Color Hex

#E5DDFA
(229,221,250)
0 Favorites   0 Comments

Color spaces of #e5ddfa

RGB 229221250
HSL0.710.740.92
HSV257°12°98°
CMYK 0.080.120.00   0.02
XYZ75.424975.2730100.9963
Yxy75.27300.29970.2991
Hunter Lab86.76003.3491-8.2868
CIE-Lab89.52078.0781-13.1174

#e5ddfa color RGB value is (229,221,250).

#e5ddfa hex color red value is 229, green value is 221 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e5ddfa hue: 0.71 , saturation: 0.74 and the lightness value of e5ddfa is 0.92.

The process color (four color CMYK) of #e5ddfa color hex is 0.08, 0.12, 0.00, 0.02. Web safe color of #e5ddfa is #ccccff. Color #e5ddfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011101 11111010
Octal 345 335 372
Decimal 229 221 250
Hex E5 DD FA

RGB Percentages of Color #e5ddfa

%32.71
%31.57
%35.71

CMYK Percentages of Color #e5ddfa

%8
%12
%0
%2

Triadic Colors of #e5ddfa

#e5ddfa #fae5dd #ddfae5

Analogous Colors of #e5ddfa

#e5ddfa #f4ddfa #dde4fa

Monochromatic Colors of #e5ddfa

#e5ddfa

Complementary Color

#e5ddfa #f2fadd

#e5ddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ddfa Color CSS Codes

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

#e5ddfa Text Font Color

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

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


#e5ddfa Background Color

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

This div background color is #e5ddfa


#e5ddfa Border Color

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

This div border color is #e5ddfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,221,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5ddfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5ddfa;
  -webkit-box-shadow: 1px 1px 3px 2px #e5ddfa;
  box-shadow:         1px 1px 3px 2px #e5ddfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,221,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ddfa

Related Colors


Comments

No comments written yet.

Please login to write comment.