Color Hex Logo

#e886de Color Hex

#E886DE
(232,134,222)
0 Favorites   0 Comments

Color spaces of #e886de

RGB 232134222
HSL0.850.680.72
HSV306°42°91°
CMYK 0.000.420.04   0.09
XYZ54.988639.479973.8294
Yxy39.47990.32670.2346
Hunter Lab62.833046.2572-25.6832
CIE-Lab69.097549.8282-28.9861

#e886de color RGB value is (232,134,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000110 11011110
Octal 350 206 336
Decimal 232 134 222
Hex E8 86 DE

RGB Percentages of Color #e886de

%39.46
%22.79
%37.76

CMYK Percentages of Color #e886de

%0
%42
%4
%9

Triadic Colors of #e886de

#e886de #dee886 #86dee8

Analogous Colors of #e886de

#e886de #e886ad #c186e8

Monochromatic Colors of #e886de

#e886de

Complementary Color

#e886de #86e890

#e886de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e886de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e886de Color CSS Codes

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

#e886de Text Font Color

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

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


#e886de Background Color

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

This div background color is #e886de


#e886de Border Color

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

This div border color is #e886de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e886de


Comments

No comments written yet.

Please login to write comment.