Color Hex Logo

#e9bffa Color Hex

#E9BFFA
(233,191,250)
0 Favorites   0 Comments

Color spaces of #e9bffa

RGB 233191250
HSL0.790.860.86
HSV283°24°98°
CMYK 0.070.240.00   0.02
XYZ69.490461.487498.6482
Yxy61.48740.30260.2678
Hunter Lab78.413920.9624-19.6997
CIE-Lab82.640125.2623-23.4571

#e9bffa color RGB value is (233,191,250).

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

The process color (four color CMYK) of #e9bffa color hex is 0.07, 0.24, 0.00, 0.02. Web safe color of #e9bffa is #ffccff. Color #e9bffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111111 11111010
Octal 351 277 372
Decimal 233 191 250
Hex E9 BF FA

RGB Percentages of Color #e9bffa

%34.57
%28.34
%37.09

CMYK Percentages of Color #e9bffa

%7
%24
%0
%2

Triadic Colors of #e9bffa

#e9bffa #fae9bf #bffae9

Analogous Colors of #e9bffa

#e9bffa #fabfee #ccbffa

Monochromatic Colors of #e9bffa

#e9bffa

Complementary Color

#e9bffa #d0fabf

#e9bffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bffa Color CSS Codes

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

#e9bffa Text Font Color

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

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


#e9bffa Background Color

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

This div background color is #e9bffa


#e9bffa Border Color

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

This div border color is #e9bffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bffa


Comments

No comments written yet.

Please login to write comment.