Color Hex Logo

#e5dbfa Color Hex

#E5DBFA
(229,219,250)
0 Favorites   0 Comments

Color spaces of #e5dbfa

RGB 229219250
HSL0.720.760.92
HSV259°12°98°
CMYK 0.080.120.00   0.02
XYZ74.899974.2232100.8213
Yxy74.22320.29970.2970
Hunter Lab86.15294.4174-9.0777
CIE-Lab89.02799.1259-13.8544

#e5dbfa color RGB value is (229,219,250).

#e5dbfa hex color red value is 229, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e5dbfa hue: 0.72 , saturation: 0.76 and the lightness value of e5dbfa is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011011 11111010
Octal 345 333 372
Decimal 229 219 250
Hex E5 DB FA

RGB Percentages of Color #e5dbfa

%32.81
%31.38
%35.82

CMYK Percentages of Color #e5dbfa

%8
%12
%0
%2

Triadic Colors of #e5dbfa

#e5dbfa #fae5db #dbfae5

Analogous Colors of #e5dbfa

#e5dbfa #f5dbfa #dbe1fa

Monochromatic Colors of #e5dbfa

#e5dbfa

Complementary Color

#e5dbfa #f0fadb

#e5dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dbfa Color CSS Codes

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

#e5dbfa Text Font Color

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

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


#e5dbfa Background Color

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

This div background color is #e5dbfa


#e5dbfa Border Color

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

This div border color is #e5dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dbfa

#e5dbfa Color Palettes


Comments

No comments written yet.

Please login to write comment.