Color Hex Logo

#e89eba Color Hex

#E89EBA
(232,158,186)
0 Favorites   0 Comments

Color spaces of #e89eba

RGB 232158186
HSL0.940.620.76
HSV337°32°91°
CMYK 0.000.320.20   0.09
XYZ54.368545.154752.3046
Yxy45.15470.35810.2974
Hunter Lab67.197226.82710.8883
CIE-Lab72.993631.4624-3.1981

#e89eba color RGB value is (232,158,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011110 10111010
Octal 350 236 272
Decimal 232 158 186
Hex E8 9E BA

RGB Percentages of Color #e89eba

%40.28
%27.43
%32.29

CMYK Percentages of Color #e89eba

%0
%32
%20
%9

Triadic Colors of #e89eba

#e89eba #bae89e #9ebae8

Analogous Colors of #e89eba

#e89eba #e8a79e #e89edf

Monochromatic Colors of #e89eba

#e89eba

Complementary Color

#e89eba #9ee8cc

#e89eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89eba Color CSS Codes

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

#e89eba Text Font Color

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

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


#e89eba Background Color

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

This div background color is #e89eba


#e89eba Border Color

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

This div border color is #e89eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89eba


Comments

No comments written yet.

Please login to write comment.