Color Hex Logo

#e88ebc Color Hex

#E88EBC
(232,142,188)
0 Favorites   0 Comments

Color spaces of #e88ebc

RGB 232142188
HSL0.910.660.73
HSV329°39°91°
CMYK 0.000.390.19   0.09
XYZ52.028840.132652.5811
Yxy40.13260.35950.2773
Hunter Lab63.350335.7368-4.8658
CIE-Lab69.563940.2045-9.3870

#e88ebc color RGB value is (232,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001110 10111100
Octal 350 216 274
Decimal 232 142 188
Hex E8 8E BC

RGB Percentages of Color #e88ebc

%41.28
%25.27
%33.45

CMYK Percentages of Color #e88ebc

%0
%39
%19
%9

Triadic Colors of #e88ebc

#e88ebc #bce88e #8ebce8

Analogous Colors of #e88ebc

#e88ebc #e88e8f #e78ee8

Monochromatic Colors of #e88ebc

#e88ebc

Complementary Color

#e88ebc #8ee8ba

#e88ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88ebc Color CSS Codes

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

#e88ebc Text Font Color

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

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


#e88ebc Background Color

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

This div background color is #e88ebc


#e88ebc Border Color

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

This div border color is #e88ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88ebc


Comments

No comments written yet.

Please login to write comment.