Color Hex Logo

#e3bdcd Color Hex

#E3BDCD
(227,189,205)
0 Favorites   0 Comments

Color spaces of #e3bdcd

RGB 227189205
HSL0.930.400.82
HSV335°17°89°
CMYK 0.000.170.10   0.11
XYZ60.895657.133965.5760
Yxy57.13390.33170.3112
Hunter Lab75.587011.52891.4734
CIE-Lab80.254816.1500-2.9415

#e3bdcd color RGB value is (227,189,205).

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

The process color (four color CMYK) of #e3bdcd color hex is 0.00, 0.17, 0.10, 0.11. Web safe color of #e3bdcd is #cccccc. Color #e3bdcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111101 11001101
Octal 343 275 315
Decimal 227 189 205
Hex E3 BD CD

RGB Percentages of Color #e3bdcd

%36.55
%30.43
%33.01

CMYK Percentages of Color #e3bdcd

%0
%17
%10
%11

Triadic Colors of #e3bdcd

#e3bdcd #cde3bd #bdcde3

Analogous Colors of #e3bdcd

#e3bdcd #e3c0bd #e3bde0

Monochromatic Colors of #e3bdcd

#e3bdcd

Complementary Color

#e3bdcd #bde3d3

#e3bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bdcd Color CSS Codes

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

#e3bdcd Text Font Color

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

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


#e3bdcd Background Color

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

This div background color is #e3bdcd


#e3bdcd Border Color

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

This div border color is #e3bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bdcd


Comments

No comments written yet.

Please login to write comment.