Color Hex Logo

#e19dbf Color Hex

#E19DBF
(225,157,191)
0 Favorites   0 Comments

Color spaces of #e19dbf

RGB 225157191
HSL0.920.530.75
HSV330°30°88°
CMYK 0.000.300.15   0.12
XYZ52.512343.883154.9928
Yxy43.88310.34690.2899
Hunter Lab66.244325.5705-2.8486
CIE-Lab72.150330.3192-7.2909

#e19dbf color RGB value is (225,157,191).

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

The process color (four color CMYK) of #e19dbf color hex is 0.00, 0.30, 0.15, 0.12. Web safe color of #e19dbf is #cc99cc. Color #e19dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011101 10111111
Octal 341 235 277
Decimal 225 157 191
Hex E1 9D BF

RGB Percentages of Color #e19dbf

%39.27
%27.40
%33.33

CMYK Percentages of Color #e19dbf

%0
%30
%15
%12

Triadic Colors of #e19dbf

#e19dbf #bfe19d #9dbfe1

Analogous Colors of #e19dbf

#e19dbf #e19d9d #e19de1

Monochromatic Colors of #e19dbf

#e19dbf

Complementary Color

#e19dbf #9de1bf

#e19dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19dbf Color CSS Codes

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

#e19dbf Text Font Color

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

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


#e19dbf Background Color

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

This div background color is #e19dbf


#e19dbf Border Color

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

This div border color is #e19dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19dbf


Comments

No comments written yet.

Please login to write comment.