Color Hex Logo

#e5d3fc Color Hex

#E5D3FC
(229,211,252)
0 Favorites   0 Comments

Color spaces of #e5d3fc

RGB 229211252
HSL0.740.870.91
HSV266°16°99°
CMYK 0.090.160.00   0.01
XYZ73.178170.2748101.8030
Yxy70.27480.29840.2865
Hunter Lab83.83019.1161-13.3206
CIE-Lab87.131513.7338-17.7547

#e5d3fc color RGB value is (229,211,252).

#e5d3fc hex color red value is 229, green value is 211 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e5d3fc hue: 0.74 , saturation: 0.87 and the lightness value of e5d3fc is 0.91.

The process color (four color CMYK) of #e5d3fc color hex is 0.09, 0.16, 0.00, 0.01. Web safe color of #e5d3fc is #ccccff. Color #e5d3fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11010011 11111100
Octal 345 323 374
Decimal 229 211 252
Hex E5 D3 FC

RGB Percentages of Color #e5d3fc

%33.09
%30.49
%36.42

CMYK Percentages of Color #e5d3fc

%9
%16
%0
%1

Triadic Colors of #e5d3fc

#e5d3fc #fce5d3 #d3fce5

Analogous Colors of #e5d3fc

#e5d3fc #fad3fc #d3d6fc

Monochromatic Colors of #e5d3fc

#e5d3fc

Complementary Color

#e5d3fc #eafcd3

#e5d3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5d3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5d3fc Color CSS Codes

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

#e5d3fc Text Font Color

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

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


#e5d3fc Background Color

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

This div background color is #e5d3fc


#e5d3fc Border Color

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

This div border color is #e5d3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5d3fc

Related Colors


Comments

No comments written yet.

Please login to write comment.