Color Hex Logo

#e2dafa Color Hex

#E2DAFA
(226,218,250)
0 Favorites   0 Comments

Color spaces of #e2dafa

RGB 226218250
HSL0.710.760.92
HSV255°13°98°
CMYK 0.100.130.00   0.02
XYZ73.690873.2137100.6902
Yxy73.21370.29760.2957
Hunter Lab85.56503.9901-9.8751
CIE-Lab88.54958.6891-14.5946

#e2dafa color RGB value is (226,218,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011010 11111010
Octal 342 332 372
Decimal 226 218 250
Hex E2 DA FA

RGB Percentages of Color #e2dafa

%32.56
%31.41
%36.02

CMYK Percentages of Color #e2dafa

%10
%13
%0
%2

Triadic Colors of #e2dafa

#e2dafa #fae2da #dafae2

Analogous Colors of #e2dafa

#e2dafa #f2dafa #dae2fa

Monochromatic Colors of #e2dafa

#e2dafa

Complementary Color

#e2dafa #f2fada

#e2dafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dafa Color CSS Codes

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

#e2dafa Text Font Color

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

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


#e2dafa Background Color

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

This div background color is #e2dafa


#e2dafa Border Color

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

This div border color is #e2dafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dafa


Comments

No comments written yet.

Please login to write comment.