Color Hex Logo

#e9bffe Color Hex

#E9BFFE
(233,191,254)
0 Favorites   0 Comments

Color spaces of #e9bffe

RGB 233191254
HSL0.780.970.87
HSV280°25°100°
CMYK 0.080.250.00   0.00
XYZ70.124561.7410101.9872
Yxy61.74100.29990.2640
Hunter Lab78.575421.7950-21.9528
CIE-Lab82.775526.0445-25.3829

#e9bffe color RGB value is (233,191,254).

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

The process color (four color CMYK) of #e9bffe color hex is 0.08, 0.25, 0.00, 0.00. Web safe color of #e9bffe is #ffccff. Color #e9bffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111111 11111110
Octal 351 277 376
Decimal 233 191 254
Hex E9 BF FE

RGB Percentages of Color #e9bffe

%34.37
%28.17
%37.46

CMYK Percentages of Color #e9bffe

%8
%25
%0
%0

Triadic Colors of #e9bffe

#e9bffe #fee9bf #bffee9

Analogous Colors of #e9bffe

#e9bffe #febff4 #cabffe

Monochromatic Colors of #e9bffe

#e9bffe

Complementary Color

#e9bffe #d4febf

#e9bffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bffe Color CSS Codes

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

#e9bffe Text Font Color

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

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


#e9bffe Background Color

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

This div background color is #e9bffe


#e9bffe Border Color

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

This div border color is #e9bffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bffe

Related Colors


Comments

No comments written yet.

Please login to write comment.