Color Hex Logo

#e89dbd Color Hex

#E89DBD
(232,157,189)
0 Favorites   0 Comments

Color spaces of #e89dbd

RGB 232157189
HSL0.930.620.76
HSV334°32°91°
CMYK 0.000.320.19   0.09
XYZ54.521044.943953.9456
Yxy44.94390.35540.2930
Hunter Lab67.040227.8462-0.7810
CIE-Lab72.854932.4479-5.0585

#e89dbd color RGB value is (232,157,189).

#e89dbd hex color red value is 232, green value is 157 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e89dbd hue: 0.93 , saturation: 0.62 and the lightness value of e89dbd is 0.76.

The process color (four color CMYK) of #e89dbd color hex is 0.00, 0.32, 0.19, 0.09. Web safe color of #e89dbd is #ff99cc. Color #e89dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011101 10111101
Octal 350 235 275
Decimal 232 157 189
Hex E8 9D BD

RGB Percentages of Color #e89dbd

%40.14
%27.16
%32.70

CMYK Percentages of Color #e89dbd

%0
%32
%19
%9

Triadic Colors of #e89dbd

#e89dbd #bde89d #9dbde8

Analogous Colors of #e89dbd

#e89dbd #e8a39d #e89de3

Monochromatic Colors of #e89dbd

#e89dbd

Complementary Color

#e89dbd #9de8c8

#e89dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89dbd Color CSS Codes

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

#e89dbd Text Font Color

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

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


#e89dbd Background Color

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

This div background color is #e89dbd


#e89dbd Border Color

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

This div border color is #e89dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89dbd


Comments

No comments written yet.

Please login to write comment.