Color Hex Logo

#e2ddfa Color Hex

#E2DDFA
(226,221,250)
0 Favorites   0 Comments

Color spaces of #e2ddfa

RGB 226221250
HSL0.700.740.92
HSV250°12°98°
CMYK 0.100.120.00   0.02
XYZ74.475874.7838100.9519
Yxy74.78380.29770.2989
Hunter Lab86.47762.3910-8.6794
CIE-Lab89.29167.1157-13.4838

#e2ddfa color RGB value is (226,221,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011101 11111010
Octal 342 335 372
Decimal 226 221 250
Hex E2 DD FA

RGB Percentages of Color #e2ddfa

%32.42
%31.71
%35.87

CMYK Percentages of Color #e2ddfa

%10
%12
%0
%2

Triadic Colors of #e2ddfa

#e2ddfa #fae2dd #ddfae2

Analogous Colors of #e2ddfa

#e2ddfa #f1ddfa #dde7fa

Monochromatic Colors of #e2ddfa

#e2ddfa

Complementary Color

#e2ddfa #f5fadd

#e2ddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ddfa Color CSS Codes

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

#e2ddfa Text Font Color

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

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


#e2ddfa Background Color

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

This div background color is #e2ddfa


#e2ddfa Border Color

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

This div border color is #e2ddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ddfa


Comments

No comments written yet.

Please login to write comment.