Color Hex Logo

#e88dcf Color Hex

#E88DCF
(232,141,207)
0 Favorites   0 Comments

Color spaces of #e88dcf

RGB 232141207
HSL0.880.660.73
HSV316°39°91°
CMYK 0.000.390.11   0.09
XYZ54.066140.710664.0398
Yxy40.71060.34040.2563
Hunter Lab63.804939.5964-14.8449
CIE-Lab69.972743.7128-19.3401

#e88dcf color RGB value is (232,141,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001101 11001111
Octal 350 215 317
Decimal 232 141 207
Hex E8 8D CF

RGB Percentages of Color #e88dcf

%40.00
%24.31
%35.69

CMYK Percentages of Color #e88dcf

%0
%39
%11
%9

Triadic Colors of #e88dcf

#e88dcf #cfe88d #8dcfe8

Analogous Colors of #e88dcf

#e88dcf #e88da2 #d48de8

Monochromatic Colors of #e88dcf

#e88dcf

Complementary Color

#e88dcf #8de8a6

#e88dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88dcf Color CSS Codes

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

#e88dcf Text Font Color

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

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


#e88dcf Background Color

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

This div background color is #e88dcf


#e88dcf Border Color

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

This div border color is #e88dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88dcf


Comments

No comments written yet.

Please login to write comment.