Color Hex Logo

#e4bbff Color Hex

#E4BBFF
(228,187,255)
0 Favorites   0 Comments

Color spaces of #e4bbff

RGB 228187255
HSL0.771.000.87
HSV276°27°100°
CMYK 0.110.270.00   0.00
XYZ67.815259.2546102.4708
Yxy59.25460.29540.2581
Hunter Lab76.977022.5451-25.0422
CIE-Lab81.431326.8233-28.0092

#e4bbff color RGB value is (228,187,255).

#e4bbff hex color red value is 228, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e4bbff hue: 0.77 , saturation: 1.00 and the lightness value of e4bbff is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111011 11111111
Octal 344 273 377
Decimal 228 187 255
Hex E4 BB FF

RGB Percentages of Color #e4bbff

%34.03
%27.91
%38.06

CMYK Percentages of Color #e4bbff

%11
%27
%0
%0

Triadic Colors of #e4bbff

#e4bbff #ffe4bb #bbffe4

Analogous Colors of #e4bbff

#e4bbff #ffbbf8 #c2bbff

Monochromatic Colors of #e4bbff

#e4bbff

Complementary Color

#e4bbff #d6ffbb

#e4bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bbff Color CSS Codes

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

#e4bbff Text Font Color

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

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


#e4bbff Background Color

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

This div background color is #e4bbff


#e4bbff Border Color

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

This div border color is #e4bbff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,187,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e4bbff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bbff

Related Colors


Comments

No comments written yet.

Please login to write comment.