Color Hex Logo

#e8dbdb Color Hex

#E8DBDB
(232,219,219)
0 Favorites   0 Comments

Color spaces of #e8dbdb

RGB 232219219
HSL0.000.220.88
HSV91°
CMYK 0.000.060.06   0.09
XYZ71.396472.933377.3324
Yxy72.93330.32210.3290
Hunter Lab85.4010-0.22336.0924
CIE-Lab88.41594.44761.5854

#e8dbdb color RGB value is (232,219,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011011 11011011
Octal 350 333 333
Decimal 232 219 219
Hex E8 DB DB

RGB Percentages of Color #e8dbdb

%34.63
%32.69
%32.69

CMYK Percentages of Color #e8dbdb

%0
%6
%6
%9

Triadic Colors of #e8dbdb

#e8dbdb #dbe8db #dbdbe8

Analogous Colors of #e8dbdb

#e8dbdb #e8e2db #e8dbe2

Monochromatic Colors of #e8dbdb

#e8dbdb

Complementary Color

#e8dbdb #dbe8e8

#e8dbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dbdb Color CSS Codes

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

#e8dbdb Text Font Color

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

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


#e8dbdb Background Color

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

This div background color is #e8dbdb


#e8dbdb Border Color

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

This div border color is #e8dbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dbdb

#e8dbdb Color Palettes


Comments

No comments written yet.

Please login to write comment.