Color Hex Logo

#e2dffa Color Hex

#E2DFFA
(226,223,250)
0 Favorites   0 Comments

Color spaces of #e2dffa

RGB 226223250
HSL0.690.730.93
HSV247°11°98°
CMYK 0.100.110.00   0.02
XYZ75.007075.8462101.1290
Yxy75.84620.29770.3010
Hunter Lab87.08971.3281-7.8850
CIE-Lab89.78796.0700-12.7421

#e2dffa color RGB value is (226,223,250).

#e2dffa hex color red value is 226, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e2dffa hue: 0.69 , saturation: 0.73 and the lightness value of e2dffa is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011111 11111010
Octal 342 337 372
Decimal 226 223 250
Hex E2 DF FA

RGB Percentages of Color #e2dffa

%32.33
%31.90
%35.77

CMYK Percentages of Color #e2dffa

%10
%11
%0
%2

Triadic Colors of #e2dffa

#e2dffa #fae2df #dffae2

Analogous Colors of #e2dffa

#e2dffa #f0dffa #dfeafa

Monochromatic Colors of #e2dffa

#e2dffa

Complementary Color

#e2dffa #f7fadf

#e2dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dffa Color CSS Codes

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

#e2dffa Text Font Color

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

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


#e2dffa Background Color

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

This div background color is #e2dffa


#e2dffa Border Color

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

This div border color is #e2dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dffa


Comments

No comments written yet.

Please login to write comment.