Color Hex Logo

#e0bbeb Color Hex

#E0BBEB
(224,187,235)
0 Favorites   0 Comments

Color spaces of #e0bbeb

RGB 224187235
HSL0.800.550.83
HSV286°20°92°
CMYK 0.050.200.00   0.08
XYZ63.506257.386186.3267
Yxy57.38610.30650.2769
Hunter Lab75.753617.0723-14.5377
CIE-Lab80.396321.6140-18.9075

#e0bbeb color RGB value is (224,187,235).

#e0bbeb hex color red value is 224, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e0bbeb hue: 0.80 , saturation: 0.55 and the lightness value of e0bbeb is 0.83.

The process color (four color CMYK) of #e0bbeb color hex is 0.05, 0.20, 0.00, 0.08. Web safe color of #e0bbeb is #ccccff. Color #e0bbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111011 11101011
Octal 340 273 353
Decimal 224 187 235
Hex E0 BB EB

RGB Percentages of Color #e0bbeb

%34.67
%28.95
%36.38

CMYK Percentages of Color #e0bbeb

%5
%20
%0
%8

Triadic Colors of #e0bbeb

#e0bbeb #ebe0bb #bbebe0

Analogous Colors of #e0bbeb

#e0bbeb #ebbbde #c8bbeb

Monochromatic Colors of #e0bbeb

#e0bbeb

Complementary Color

#e0bbeb #c6ebbb

#e0bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bbeb Color CSS Codes

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

#e0bbeb Text Font Color

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

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


#e0bbeb Background Color

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

This div background color is #e0bbeb


#e0bbeb Border Color

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

This div border color is #e0bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bbeb


Comments

No comments written yet.

Please login to write comment.