Color Hex Logo

#e0bdcd Color Hex

#E0BDCD
(224,189,205)
0 Favorites   0 Comments

Color spaces of #e0bdcd

RGB 224189205
HSL0.920.360.81
HSV333°16°88°
CMYK 0.000.160.08   0.12
XYZ59.957556.650365.5321
Yxy56.65030.32920.3110
Hunter Lab75.266410.47761.0645
CIE-Lab79.982515.0990-3.3734

#e0bdcd color RGB value is (224,189,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111101 11001101
Octal 340 275 315
Decimal 224 189 205
Hex E0 BD CD

RGB Percentages of Color #e0bdcd

%36.25
%30.58
%33.17

CMYK Percentages of Color #e0bdcd

%0
%16
%8
%12

Triadic Colors of #e0bdcd

#e0bdcd #cde0bd #bdcde0

Analogous Colors of #e0bdcd

#e0bdcd #e0bfbd #e0bddf

Monochromatic Colors of #e0bdcd

#e0bdcd

Complementary Color

#e0bdcd #bde0d0

#e0bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bdcd Color CSS Codes

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

#e0bdcd Text Font Color

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

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


#e0bdcd Background Color

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

This div background color is #e0bdcd


#e0bdcd Border Color

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

This div border color is #e0bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bdcd


Comments

No comments written yet.

Please login to write comment.