Color Hex Logo

#e5bdfa Color Hex

#E5BDFA
(229,189,250)
0 Favorites   0 Comments

Color spaces of #e5bdfa

RGB 229189250
HSL0.780.860.86
HSV279°24°98°
CMYK 0.080.240.00   0.02
XYZ67.766059.955398.4434
Yxy59.95530.29960.2651
Hunter Lab77.430820.7160-21.1781
CIE-Lab81.813925.0663-24.7475

#e5bdfa color RGB value is (229,189,250).

#e5bdfa hex color red value is 229, green value is 189 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e5bdfa hue: 0.78 , saturation: 0.86 and the lightness value of e5bdfa is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111101 11111010
Octal 345 275 372
Decimal 229 189 250
Hex E5 BD FA

RGB Percentages of Color #e5bdfa

%34.28
%28.29
%37.43

CMYK Percentages of Color #e5bdfa

%8
%24
%0
%2

Triadic Colors of #e5bdfa

#e5bdfa #fae5bd #bdfae5

Analogous Colors of #e5bdfa

#e5bdfa #fabdf1 #c7bdfa

Monochromatic Colors of #e5bdfa

#e5bdfa

Complementary Color

#e5bdfa #d2fabd

#e5bdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bdfa Color CSS Codes

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

#e5bdfa Text Font Color

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

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


#e5bdfa Background Color

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

This div background color is #e5bdfa


#e5bdfa Border Color

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

This div border color is #e5bdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bdfa


Comments

No comments written yet.

Please login to write comment.