Color Hex Logo

#e0bdd9 Color Hex

#E0BDD9
(224,189,217)
0 Favorites   0 Comments

Color spaces of #e0bdd9

RGB 224189217
HSL0.870.360.81
HSV312°16°88°
CMYK 0.000.160.03   0.12
XYZ61.462557.252273.4570
Yxy57.25220.31980.2979
Hunter Lab75.665212.5807-4.5941
CIE-Lab80.321217.1973-9.3389

#e0bdd9 color RGB value is (224,189,217).

#e0bdd9 hex color red value is 224, green value is 189 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #e0bdd9 hue: 0.87 , saturation: 0.36 and the lightness value of e0bdd9 is 0.81.

The process color (four color CMYK) of #e0bdd9 color hex is 0.00, 0.16, 0.03, 0.12. Web safe color of #e0bdd9 is #cccccc. Color #e0bdd9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111101 11011001
Octal 340 275 331
Decimal 224 189 217
Hex E0 BD D9

RGB Percentages of Color #e0bdd9

%35.56
%30.00
%34.44

CMYK Percentages of Color #e0bdd9

%0
%16
%3
%12

Triadic Colors of #e0bdd9

#e0bdd9 #d9e0bd #bdd9e0

Analogous Colors of #e0bdd9

#e0bdd9 #e0bdc8 #d6bde0

Monochromatic Colors of #e0bdd9

#e0bdd9

Complementary Color

#e0bdd9 #bde0c4

#e0bdd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bdd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bdd9 Color CSS Codes

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

#e0bdd9 Text Font Color

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

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


#e0bdd9 Background Color

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

This div background color is #e0bdd9


#e0bdd9 Border Color

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

This div border color is #e0bdd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bdd9


Comments

No comments written yet.

Please login to write comment.