Color Hex Logo

#e5bfef Color Hex

#E5BFEF
(229,191,239)
0 Favorites   0 Comments

Color spaces of #e5bfef

RGB 229191239
HSL0.800.600.84
HSV288°20°94°
CMYK 0.040.200.00   0.06
XYZ66.523960.151689.7656
Yxy60.15160.30740.2779
Hunter Lab77.557517.3805-14.3325
CIE-Lab81.920521.8608-18.7055

#e5bfef color RGB value is (229,191,239).

#e5bfef hex color red value is 229, green value is 191 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e5bfef hue: 0.80 , saturation: 0.60 and the lightness value of e5bfef is 0.84.

The process color (four color CMYK) of #e5bfef color hex is 0.04, 0.20, 0.00, 0.06. Web safe color of #e5bfef is #ccccff. Color #e5bfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111111 11101111
Octal 345 277 357
Decimal 229 191 239
Hex E5 BF EF

RGB Percentages of Color #e5bfef

%34.75
%28.98
%36.27

CMYK Percentages of Color #e5bfef

%4
%20
%0
%6

Triadic Colors of #e5bfef

#e5bfef #efe5bf #bfefe5

Analogous Colors of #e5bfef

#e5bfef #efbfe1 #cdbfef

Monochromatic Colors of #e5bfef

#e5bfef

Complementary Color

#e5bfef #c9efbf

#e5bfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bfef Color CSS Codes

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

#e5bfef Text Font Color

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

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


#e5bfef Background Color

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

This div background color is #e5bfef


#e5bfef Border Color

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

This div border color is #e5bfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bfef

#e5bfef Color Palettes


Comments

No comments written yet.

Please login to write comment.