Color Hex Logo

#e0bbdd Color Hex

#E0BBDD
(224,187,221)
0 Favorites   0 Comments

Color spaces of #e0bbdd

RGB 224187221
HSL0.850.370.81
HSV305°17°88°
CMYK 0.000.170.01   0.12
XYZ61.561956.608476.0885
Yxy56.60840.31690.2914
Hunter Lab75.238614.3853-7.2928
CIE-Lab79.958818.9923-12.0338

#e0bbdd color RGB value is (224,187,221).

#e0bbdd hex color red value is 224, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e0bbdd hue: 0.85 , saturation: 0.37 and the lightness value of e0bbdd is 0.81.

The process color (four color CMYK) of #e0bbdd color hex is 0.00, 0.17, 0.01, 0.12. Web safe color of #e0bbdd is #cccccc. Color #e0bbdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111011 11011101
Octal 340 273 335
Decimal 224 187 221
Hex E0 BB DD

RGB Percentages of Color #e0bbdd

%35.44
%29.59
%34.97

CMYK Percentages of Color #e0bbdd

%0
%17
%1
%12

Triadic Colors of #e0bbdd

#e0bbdd #dde0bb #bbdde0

Analogous Colors of #e0bbdd

#e0bbdd #e0bbcb #d1bbe0

Monochromatic Colors of #e0bbdd

#e0bbdd

Complementary Color

#e0bbdd #bbe0be

#e0bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bbdd Color CSS Codes

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

#e0bbdd Text Font Color

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

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


#e0bbdd Background Color

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

This div background color is #e0bbdd


#e0bbdd Border Color

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

This div border color is #e0bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bbdd


Comments

No comments written yet.

Please login to write comment.