Color Hex Logo

#e3bffa Color Hex

#E3BFFA
(227,191,250)
0 Favorites   0 Comments

Color spaces of #e3bffa

RGB 227191250
HSL0.770.860.86
HSV277°24°98°
CMYK 0.090.240.00   0.02
XYZ67.564760.494698.5581
Yxy60.49460.29810.2669
Hunter Lab77.778318.9480-20.6856
CIE-Lab82.106323.3632-24.3185

#e3bffa color RGB value is (227,191,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111111 11111010
Octal 343 277 372
Decimal 227 191 250
Hex E3 BF FA

RGB Percentages of Color #e3bffa

%33.98
%28.59
%37.43

CMYK Percentages of Color #e3bffa

%9
%24
%0
%2

Triadic Colors of #e3bffa

#e3bffa #fae3bf #bffae3

Analogous Colors of #e3bffa

#e3bffa #fabff4 #c6bffa

Monochromatic Colors of #e3bffa

#e3bffa

Complementary Color

#e3bffa #d6fabf

#e3bffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bffa Color CSS Codes

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

#e3bffa Text Font Color

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

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


#e3bffa Background Color

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

This div background color is #e3bffa


#e3bffa Border Color

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

This div border color is #e3bffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bffa


Comments

No comments written yet.

Please login to write comment.