Color Hex Logo

#e88ecc Color Hex

#E88ECC
(232,142,204)
0 Favorites   0 Comments

Color spaces of #e88ecc

RGB 232142204
HSL0.890.660.73
HSV319°39°91°
CMYK 0.000.390.12   0.09
XYZ53.850840.861462.1755
Yxy40.86140.34320.2604
Hunter Lab63.922938.5092-12.9232
CIE-Lab70.078742.7051-17.5152

#e88ecc color RGB value is (232,142,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001110 11001100
Octal 350 216 314
Decimal 232 142 204
Hex E8 8E CC

RGB Percentages of Color #e88ecc

%40.14
%24.57
%35.29

CMYK Percentages of Color #e88ecc

%0
%39
%12
%9

Triadic Colors of #e88ecc

#e88ecc #cce88e #8ecce8

Analogous Colors of #e88ecc

#e88ecc #e88e9f #d78ee8

Monochromatic Colors of #e88ecc

#e88ecc

Complementary Color

#e88ecc #8ee8aa

#e88ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88ecc Color CSS Codes

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

#e88ecc Text Font Color

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

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


#e88ecc Background Color

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

This div background color is #e88ecc


#e88ecc Border Color

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

This div border color is #e88ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88ecc


Comments

No comments written yet.

Please login to write comment.