Color Hex Logo

#e1dbfe Color Hex

#E1DBFE
(225,219,254)
0 Favorites   0 Comments

Color spaces of #e1dbfe

RGB 225219254
HSL0.700.950.93
HSV250°14°100°
CMYK 0.110.140.00   0.00
XYZ74.272273.8263104.1013
Yxy73.82630.29450.2927
Hunter Lab85.92223.9336-11.6888
CIE-Lab88.84038.6406-16.2692

#e1dbfe color RGB value is (225,219,254).

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

The process color (four color CMYK) of #e1dbfe color hex is 0.11, 0.14, 0.00, 0.00. Web safe color of #e1dbfe is #ccccff. Color #e1dbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011011 11111110
Octal 341 333 376
Decimal 225 219 254
Hex E1 DB FE

RGB Percentages of Color #e1dbfe

%32.23
%31.38
%36.39

CMYK Percentages of Color #e1dbfe

%11
%14
%0
%0

Triadic Colors of #e1dbfe

#e1dbfe #fee1db #dbfee1

Analogous Colors of #e1dbfe

#e1dbfe #f3dbfe #dbe7fe

Monochromatic Colors of #e1dbfe

#e1dbfe

Complementary Color

#e1dbfe #f8fedb

#e1dbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1dbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1dbfe Color CSS Codes

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

#e1dbfe Text Font Color

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

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


#e1dbfe Background Color

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

This div background color is #e1dbfe


#e1dbfe Border Color

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

This div border color is #e1dbfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,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 #e1dbfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1dbfe


Comments

No comments written yet.

Please login to write comment.