Color Hex Logo

#e88eba Color Hex

#E88EBA
(232,142,186)
0 Favorites   0 Comments

Color spaces of #e88eba

RGB 232142186
HSL0.920.660.73
HSV331°39°91°
CMYK 0.000.390.20   0.09
XYZ51.814640.047051.4533
Yxy40.04700.36150.2794
Hunter Lab63.282735.4075-3.9091
CIE-Lab69.503039.9048-8.3620

#e88eba color RGB value is (232,142,186).

#e88eba hex color red value is 232, green value is 142 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e88eba hue: 0.92 , saturation: 0.66 and the lightness value of e88eba is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001110 10111010
Octal 350 216 272
Decimal 232 142 186
Hex E8 8E BA

RGB Percentages of Color #e88eba

%41.43
%25.36
%33.21

CMYK Percentages of Color #e88eba

%0
%39
%20
%9

Triadic Colors of #e88eba

#e88eba #bae88e #8ebae8

Analogous Colors of #e88eba

#e88eba #e88f8e #e88ee7

Monochromatic Colors of #e88eba

#e88eba

Complementary Color

#e88eba #8ee8bc

#e88eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88eba Color CSS Codes

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

#e88eba Text Font Color

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

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


#e88eba Background Color

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

This div background color is #e88eba


#e88eba Border Color

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

This div border color is #e88eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88eba


Comments

No comments written yet.

Please login to write comment.