color codes Logo

#e89dbe color codes

#E89DBE
(232,157,190)
0 Favorites   0 Comments

Color spaces of #e89dbe

RGB 232157190
HSL0.930.620.76
HSV334°32°91°
CMYK 0.000.320.18   0.09
XYZ54.629944.987554.5193
Yxy44.98750.35440.2919
Hunter Lab67.072728.0088-1.2423
CIE-Lab72.883732.6005-5.5680

#e89dbe color RGB value is (232,157,190).

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

The process color (four color CMYK) of #e89dbe color code is 0.00, 0.32, 0.18, 0.09. Web safe color of #e89dbe is #ff99cc. Color #e89dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011101 10111110
Octal 350 235 276
Decimal 232 157 190
Hex E8 9D BE

RGB Percentages of Color #e89dbe

%40.07
%27.12
%32.82

CMYK Percentages of Color #e89dbe

%0
%32
%18
%9

Triadic Colors of #e89dbe

#e89dbe #bee89d #9dbee8

Analogous Colors of #e89dbe

#e89dbe #e8a29d #e89de4

Monochromatic Colors of #e89dbe

#e89dbe

Complementary Color

#e89dbe #9de8c7

#e89dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89dbe Color CSS Codes

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

#e89dbe Text Font Color

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

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


#e89dbe Background Color

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

This div background color is #e89dbe


#e89dbe Border Color

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

This div border color is #e89dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89dbe


Comments

No comments written yet.

Please login to write comment.