Color Hex Logo

#e886dc Color Hex

#E886DC
(232,134,220)
0 Favorites   0 Comments

Color spaces of #e886dc

RGB 232134220
HSL0.850.680.72
HSV307°42°91°
CMYK 0.000.420.05   0.09
XYZ54.722139.373372.4258
Yxy39.37330.32860.2364
Hunter Lab62.748145.8590-24.5106
CIE-Lab69.020849.4845-27.9977

#e886dc color RGB value is (232,134,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000110 11011100
Octal 350 206 334
Decimal 232 134 220
Hex E8 86 DC

RGB Percentages of Color #e886dc

%39.59
%22.87
%37.54

CMYK Percentages of Color #e886dc

%0
%42
%5
%9

Triadic Colors of #e886dc

#e886dc #dce886 #86dce8

Analogous Colors of #e886dc

#e886dc #e886ab #c386e8

Monochromatic Colors of #e886dc

#e886dc

Complementary Color

#e886dc #86e892

#e886dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e886dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e886dc Color CSS Codes

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

#e886dc Text Font Color

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

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


#e886dc Background Color

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

This div background color is #e886dc


#e886dc Border Color

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

This div border color is #e886dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e886dc


Comments

No comments written yet.

Please login to write comment.