Color Hex Logo

#e0bdd7 Color Hex

#E0BDD7
(224,189,215)
0 Favorites   0 Comments

Color spaces of #e0bdd7

RGB 224189215
HSL0.880.360.81
HSV315°16°88°
CMYK 0.000.160.04   0.12
XYZ61.203857.148872.0950
Yxy57.14880.32140.3001
Hunter Lab75.596812.2206-3.6258
CIE-Lab80.263216.8399-8.3481

#e0bdd7 color RGB value is (224,189,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111101 11010111
Octal 340 275 327
Decimal 224 189 215
Hex E0 BD D7

RGB Percentages of Color #e0bdd7

%35.67
%30.10
%34.24

CMYK Percentages of Color #e0bdd7

%0
%16
%4
%12

Triadic Colors of #e0bdd7

#e0bdd7 #d7e0bd #bdd7e0

Analogous Colors of #e0bdd7

#e0bdd7 #e0bdc6 #d8bde0

Monochromatic Colors of #e0bdd7

#e0bdd7

Complementary Color

#e0bdd7 #bde0c6

#e0bdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bdd7 Color CSS Codes

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

#e0bdd7 Text Font Color

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

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


#e0bdd7 Background Color

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

This div background color is #e0bdd7


#e0bdd7 Border Color

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

This div border color is #e0bdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bdd7


Comments

No comments written yet.

Please login to write comment.