Color Hex Logo

#e39dbf Color Hex

#E39DBF
(227,157,191)
0 Favorites   0 Comments

Color spaces of #e39dbf

RGB 227157191
HSL0.920.560.75
HSV331°31°89°
CMYK 0.000.310.16   0.11
XYZ53.139544.206455.0222
Yxy44.20640.34880.2901
Hunter Lab66.487926.3098-2.5240
CIE-Lab72.366231.0154-6.9469

#e39dbf color RGB value is (227,157,191).

#e39dbf hex color red value is 227, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e39dbf hue: 0.92 , saturation: 0.56 and the lightness value of e39dbf is 0.75.

The process color (four color CMYK) of #e39dbf color hex is 0.00, 0.31, 0.16, 0.11. Web safe color of #e39dbf is #cc99cc. Color #e39dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011101 10111111
Octal 343 235 277
Decimal 227 157 191
Hex E3 9D BF

RGB Percentages of Color #e39dbf

%39.48
%27.30
%33.22

CMYK Percentages of Color #e39dbf

%0
%31
%16
%11

Triadic Colors of #e39dbf

#e39dbf #bfe39d #9dbfe3

Analogous Colors of #e39dbf

#e39dbf #e39e9d #e39de2

Monochromatic Colors of #e39dbf

#e39dbf

Complementary Color

#e39dbf #9de3c1

#e39dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39dbf Color CSS Codes

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

#e39dbf Text Font Color

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

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


#e39dbf Background Color

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

This div background color is #e39dbf


#e39dbf Border Color

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

This div border color is #e39dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39dbf


Comments

No comments written yet.

Please login to write comment.