Color Hex Logo

#e8defb Color Hex

#E8DEFB
(232,222,251)
0 Favorites   0 Comments

Color spaces of #e8defb

RGB 232222251
HSL0.720.780.93
HSV261°12°98°
CMYK 0.080.120.00   0.02
XYZ76.812676.3634101.9579
Yxy76.36340.30110.2993
Hunter Lab87.38623.9761-8.0064
CIE-Lab90.02788.7141-12.8602

#e8defb color RGB value is (232,222,251).

#e8defb hex color red value is 232, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e8defb hue: 0.72 , saturation: 0.78 and the lightness value of e8defb is 0.93.

The process color (four color CMYK) of #e8defb color hex is 0.08, 0.12, 0.00, 0.02. Web safe color of #e8defb is #ffccff. Color #e8defb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011110 11111011
Octal 350 336 373
Decimal 232 222 251
Hex E8 DE FB

RGB Percentages of Color #e8defb

%32.91
%31.49
%35.60

CMYK Percentages of Color #e8defb

%8
%12
%0
%2

Triadic Colors of #e8defb

#e8defb #fbe8de #defbe8

Analogous Colors of #e8defb

#e8defb #f7defb #dee3fb

Monochromatic Colors of #e8defb

#e8defb

Complementary Color

#e8defb #f1fbde

#e8defb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8defb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8defb Color CSS Codes

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

#e8defb Text Font Color

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

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


#e8defb Background Color

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

This div background color is #e8defb


#e8defb Border Color

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

This div border color is #e8defb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8defb


Comments

No comments written yet.

Please login to write comment.