Color Hex Logo

#e886df Color Hex

#E886DF
(232,134,223)
0 Favorites   0 Comments

Color spaces of #e886df

RGB 232134223
HSL0.850.680.72
HSV306°42°91°
CMYK 0.000.420.04   0.09
XYZ55.123139.533774.5375
Yxy39.53370.32580.2337
Hunter Lab62.875846.4578-26.2735
CIE-Lab69.136150.0011-29.4795

#e886df color RGB value is (232,134,223).

#e886df hex color red value is 232, green value is 134 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e886df hue: 0.85 , saturation: 0.68 and the lightness value of e886df is 0.72.

The process color (four color CMYK) of #e886df color hex is 0.00, 0.42, 0.04, 0.09. Web safe color of #e886df is #ff99cc. Color #e886df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000110 11011111
Octal 350 206 337
Decimal 232 134 223
Hex E8 86 DF

RGB Percentages of Color #e886df

%39.39
%22.75
%37.86

CMYK Percentages of Color #e886df

%0
%42
%4
%9

Triadic Colors of #e886df

#e886df #dfe886 #86dfe8

Analogous Colors of #e886df

#e886df #e886ae #c086e8

Monochromatic Colors of #e886df

#e886df

Complementary Color

#e886df #86e88f

#e886df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e886df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e886df Color CSS Codes

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

#e886df Text Font Color

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

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


#e886df Background Color

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

This div background color is #e886df


#e886df Border Color

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

This div border color is #e886df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e886df


Comments

No comments written yet.

Please login to write comment.