Color Hex Logo

#e8dbfe Color Hex

#E8DBFE
(232,219,254)
0 Favorites   0 Comments

Color spaces of #e8dbfe

RGB 232219254
HSL0.730.950.93
HSV262°14°100°
CMYK 0.090.140.00   0.00
XYZ76.499674.9746104.2055
Yxy74.97460.29920.2932
Hunter Lab86.58796.1743-10.7419
CIE-Lab89.381110.8682-15.4025

#e8dbfe color RGB value is (232,219,254).

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

The process color (four color CMYK) of #e8dbfe color hex is 0.09, 0.14, 0.00, 0.00. Web safe color of #e8dbfe is #ffccff. Color #e8dbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011011 11111110
Octal 350 333 376
Decimal 232 219 254
Hex E8 DB FE

RGB Percentages of Color #e8dbfe

%32.91
%31.06
%36.03

CMYK Percentages of Color #e8dbfe

%9
%14
%0
%0

Triadic Colors of #e8dbfe

#e8dbfe #fee8db #dbfee8

Analogous Colors of #e8dbfe

#e8dbfe #fadbfe #dbe0fe

Monochromatic Colors of #e8dbfe

#e8dbfe

Complementary Color

#e8dbfe #f1fedb

#e8dbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dbfe Color CSS Codes

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

#e8dbfe Text Font Color

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

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


#e8dbfe Background Color

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

This div background color is #e8dbfe


#e8dbfe Border Color

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

This div border color is #e8dbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.