Color Hex Logo

#e3bbfe Color Hex

#E3BBFE
(227,187,254)
0 Favorites   0 Comments

Color spaces of #e3bbfe

RGB 227187254
HSL0.770.970.86
HSV276°26°100°
CMYK 0.110.260.00   0.00
XYZ67.338359.0273101.6102
Yxy59.02730.29540.2589
Hunter Lab76.829221.9983-24.6333
CIE-Lab81.306626.3112-27.6740

#e3bbfe color RGB value is (227,187,254).

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

The process color (four color CMYK) of #e3bbfe color hex is 0.11, 0.26, 0.00, 0.00. Web safe color of #e3bbfe is #ccccff. Color #e3bbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111011 11111110
Octal 343 273 376
Decimal 227 187 254
Hex E3 BB FE

RGB Percentages of Color #e3bbfe

%33.98
%27.99
%38.02

CMYK Percentages of Color #e3bbfe

%11
%26
%0
%0

Triadic Colors of #e3bbfe

#e3bbfe #fee3bb #bbfee3

Analogous Colors of #e3bbfe

#e3bbfe #febbf8 #c2bbfe

Monochromatic Colors of #e3bbfe

#e3bbfe

Complementary Color

#e3bbfe #d6febb

#e3bbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bbfe Color CSS Codes

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

#e3bbfe Text Font Color

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

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


#e3bbfe Background Color

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

This div background color is #e3bbfe


#e3bbfe Border Color

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

This div border color is #e3bbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.