Color Hex Logo

#e9bbee Color Hex

#E9BBEE
(233,187,238)
0 Favorites   0 Comments

Color spaces of #e9bbee

RGB 233187238
HSL0.820.600.83
HSV294°21°93°
CMYK 0.020.210.00   0.07
XYZ66.807259.037388.7631
Yxy59.03730.31130.2751
Hunter Lab76.835720.7398-14.7087
CIE-Lab81.312125.1126-19.0538

#e9bbee color RGB value is (233,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111011 11101110
Octal 351 273 356
Decimal 233 187 238
Hex E9 BB EE

RGB Percentages of Color #e9bbee

%35.41
%28.42
%36.17

CMYK Percentages of Color #e9bbee

%2
%21
%0
%7

Triadic Colors of #e9bbee

#e9bbee #eee9bb #bbeee9

Analogous Colors of #e9bbee

#e9bbee #eebbda #d0bbee

Monochromatic Colors of #e9bbee

#e9bbee

Complementary Color

#e9bbee #c0eebb

#e9bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bbee Color CSS Codes

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

#e9bbee Text Font Color

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

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


#e9bbee Background Color

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

This div background color is #e9bbee


#e9bbee Border Color

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

This div border color is #e9bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bbee


Comments

No comments written yet.

Please login to write comment.