Color Hex Logo

#e1bdcd Color Hex

#E1BDCD
(225,189,205)
0 Favorites   0 Comments

Color spaces of #e1bdcd

RGB 225189205
HSL0.930.380.81
HSV333°16°88°
CMYK 0.000.160.09   0.12
XYZ60.268456.810565.5466
Yxy56.81050.33000.3111
Hunter Lab75.372710.82711.2004
CIE-Lab80.072915.4493-3.2300

#e1bdcd color RGB value is (225,189,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111101 11001101
Octal 341 275 315
Decimal 225 189 205
Hex E1 BD CD

RGB Percentages of Color #e1bdcd

%36.35
%30.53
%33.12

CMYK Percentages of Color #e1bdcd

%0
%16
%9
%12

Triadic Colors of #e1bdcd

#e1bdcd #cde1bd #bdcde1

Analogous Colors of #e1bdcd

#e1bdcd #e1bfbd #e1bddf

Monochromatic Colors of #e1bdcd

#e1bdcd

Complementary Color

#e1bdcd #bde1d1

#e1bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bdcd Color CSS Codes

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

#e1bdcd Text Font Color

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

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


#e1bdcd Background Color

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

This div background color is #e1bdcd


#e1bdcd Border Color

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

This div border color is #e1bdcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,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 #e1bdcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bdcd


Comments

No comments written yet.

Please login to write comment.