Color Hex Logo

#e4bffe Color Hex

#E4BFFE
(228,191,254)
0 Favorites   0 Comments

Color spaces of #e4bffe

RGB 228191254
HSL0.760.970.87
HSV275°25°100°
CMYK 0.100.250.00   0.00
XYZ68.515160.9113101.9119
Yxy60.91130.29620.2633
Hunter Lab78.045720.1224-22.7888
CIE-Lab82.331024.4771-26.1010

#e4bffe color RGB value is (228,191,254).

#e4bffe hex color red value is 228, green value is 191 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e4bffe hue: 0.76 , saturation: 0.97 and the lightness value of e4bffe is 0.87.

The process color (four color CMYK) of #e4bffe color hex is 0.10, 0.25, 0.00, 0.00. Web safe color of #e4bffe is #ccccff. Color #e4bffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111111 11111110
Octal 344 277 376
Decimal 228 191 254
Hex E4 BF FE

RGB Percentages of Color #e4bffe

%33.88
%28.38
%37.74

CMYK Percentages of Color #e4bffe

%10
%25
%0
%0

Triadic Colors of #e4bffe

#e4bffe #fee4bf #bffee4

Analogous Colors of #e4bffe

#e4bffe #febff9 #c5bffe

Monochromatic Colors of #e4bffe

#e4bffe

Complementary Color

#e4bffe #d9febf

#e4bffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bffe Color CSS Codes

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

#e4bffe Text Font Color

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

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


#e4bffe Background Color

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

This div background color is #e4bffe


#e4bffe Border Color

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

This div border color is #e4bffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bffe

Related Colors


Comments

No comments written yet.

Please login to write comment.