Color Hex Logo

#e5bffa Color Hex

#E5BFFA
(229,191,250)
0 Favorites   0 Comments

Color spaces of #e5bffa

RGB 229191250
HSL0.770.860.86
HSV279°24°98°
CMYK 0.080.240.00   0.02
XYZ68.199260.821798.5878
Yxy60.82170.29960.2672
Hunter Lab77.988319.6153-20.3589
CIE-Lab82.282823.9950-24.0336

#e5bffa color RGB value is (229,191,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111111 11111010
Octal 345 277 372
Decimal 229 191 250
Hex E5 BF FA

RGB Percentages of Color #e5bffa

%34.18
%28.51
%37.31

CMYK Percentages of Color #e5bffa

%8
%24
%0
%2

Triadic Colors of #e5bffa

#e5bffa #fae5bf #bffae5

Analogous Colors of #e5bffa

#e5bffa #fabff2 #c8bffa

Monochromatic Colors of #e5bffa

#e5bffa

Complementary Color

#e5bffa #d4fabf

#e5bffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bffa Color CSS Codes

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

#e5bffa Text Font Color

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

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


#e5bffa Background Color

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

This div background color is #e5bffa


#e5bffa Border Color

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

This div border color is #e5bffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bffa


Comments

No comments written yet.

Please login to write comment.