Color Hex Logo

#e8daeb Color Hex

#E8DAEB
(232,218,235)
0 Favorites   0 Comments

Color spaces of #e8daeb

RGB 232218235
HSL0.800.300.89
HSV289°92°
CMYK 0.010.070.00   0.08
XYZ73.345573.296888.8792
Yxy73.29680.31140.3112
Hunter Lab85.61363.0980-1.6221
CIE-Lab88.58917.8001-6.5887

#e8daeb color RGB value is (232,218,235).

#e8daeb hex color red value is 232, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e8daeb hue: 0.80 , saturation: 0.30 and the lightness value of e8daeb is 0.89.

The process color (four color CMYK) of #e8daeb color hex is 0.01, 0.07, 0.00, 0.08. Web safe color of #e8daeb is #ffccff. Color #e8daeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011010 11101011
Octal 350 332 353
Decimal 232 218 235
Hex E8 DA EB

RGB Percentages of Color #e8daeb

%33.87
%31.82
%34.31

CMYK Percentages of Color #e8daeb

%1
%7
%0
%8

Triadic Colors of #e8daeb

#e8daeb #ebe8da #daebe8

Analogous Colors of #e8daeb

#e8daeb #ebdae6 #e0daeb

Monochromatic Colors of #e8daeb

#e8daeb

Complementary Color

#e8daeb #ddebda

#e8daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8daeb Color CSS Codes

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

#e8daeb Text Font Color

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

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


#e8daeb Background Color

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

This div background color is #e8daeb


#e8daeb Border Color

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

This div border color is #e8daeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,218,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8daeb

#e8daeb Color Palettes


Comments

No comments written yet.

Please login to write comment.