Color Hex Logo

#e3bdcf Color Hex

#E3BDCF
(227,189,207)
0 Favorites   0 Comments

Color spaces of #e3bdcf

RGB 227189207
HSL0.920.400.82
HSV332°17°89°
CMYK 0.000.170.09   0.11
XYZ61.138657.231166.8558
Yxy57.23110.33010.3090
Hunter Lab75.651211.86760.5591
CIE-Lab80.309416.4874-3.9392

#e3bdcf color RGB value is (227,189,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111101 11001111
Octal 343 275 317
Decimal 227 189 207
Hex E3 BD CF

RGB Percentages of Color #e3bdcf

%36.44
%30.34
%33.23

CMYK Percentages of Color #e3bdcf

%0
%17
%9
%11

Triadic Colors of #e3bdcf

#e3bdcf #cfe3bd #bdcfe3

Analogous Colors of #e3bdcf

#e3bdcf #e3bebd #e3bde2

Monochromatic Colors of #e3bdcf

#e3bdcf

Complementary Color

#e3bdcf #bde3d1

#e3bdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bdcf Color CSS Codes

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

#e3bdcf Text Font Color

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

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


#e3bdcf Background Color

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

This div background color is #e3bdcf


#e3bdcf Border Color

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

This div border color is #e3bdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bdcf


Comments

No comments written yet.

Please login to write comment.