Color Hex Logo

#e2bbee Color Hex

#E2BBEE
(226,187,238)
2 Favorites   0 Comments

Color spaces of #e2bbee

RGB 226187238
HSL0.790.600.83
HSV286°21°93°
CMYK 0.050.210.00   0.07
XYZ64.567057.882488.6583
Yxy57.88240.30580.2742
Hunter Lab76.080518.3462-15.8356
CIE-Lab80.673422.8401-20.0815

#e2bbee color RGB value is (226,187,238).

#e2bbee hex color red value is 226, green value is 187 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e2bbee hue: 0.79 , saturation: 0.60 and the lightness value of e2bbee is 0.83.

The process color (four color CMYK) of #e2bbee color hex is 0.05, 0.21, 0.00, 0.07. Web safe color of #e2bbee is #ccccff. Color #e2bbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111011 11101110
Octal 342 273 356
Decimal 226 187 238
Hex E2 BB EE

RGB Percentages of Color #e2bbee

%34.72
%28.73
%36.56

CMYK Percentages of Color #e2bbee

%5
%21
%0
%7

Triadic Colors of #e2bbee

#e2bbee #eee2bb #bbeee2

Analogous Colors of #e2bbee

#e2bbee #eebbe1 #c9bbee

Monochromatic Colors of #e2bbee

#e2bbee

Complementary Color

#e2bbee #c7eebb

#e2bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bbee Color CSS Codes

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

#e2bbee Text Font Color

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

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


#e2bbee Background Color

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

This div background color is #e2bbee


#e2bbee Border Color

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

This div border color is #e2bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bbee


Comments

No comments written yet.

Please login to write comment.