Color Hex Logo

#e8dbdf Color Hex

#E8DBDF
(232,219,223)
0 Favorites   0 Comments

Color spaces of #e8dbdf

RGB 232219223
HSL0.950.220.88
HSV342°91°
CMYK 0.000.060.04   0.09
XYZ71.929573.146680.1396
Yxy73.14660.31940.3248
Hunter Lab85.52580.45324.3120
CIE-Lab88.51765.1377-0.3728

#e8dbdf color RGB value is (232,219,223).

#e8dbdf hex color red value is 232, green value is 219 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e8dbdf hue: 0.95 , saturation: 0.22 and the lightness value of e8dbdf is 0.88.

The process color (four color CMYK) of #e8dbdf color hex is 0.00, 0.06, 0.04, 0.09. Web safe color of #e8dbdf is #ffcccc. Color #e8dbdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011011 11011111
Octal 350 333 337
Decimal 232 219 223
Hex E8 DB DF

RGB Percentages of Color #e8dbdf

%34.42
%32.49
%33.09

CMYK Percentages of Color #e8dbdf

%0
%6
%4
%9

Triadic Colors of #e8dbdf

#e8dbdf #dfe8db #dbdfe8

Analogous Colors of #e8dbdf

#e8dbdf #e8dedb #e8dbe6

Monochromatic Colors of #e8dbdf

#e8dbdf

Complementary Color

#e8dbdf #dbe8e4

#e8dbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dbdf Color CSS Codes

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

#e8dbdf Text Font Color

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

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


#e8dbdf Background Color

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

This div background color is #e8dbdf


#e8dbdf Border Color

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

This div border color is #e8dbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dbdf

#e8dbdf Color Palettes


Comments

No comments written yet.

Please login to write comment.