Color Hex Logo

#e86dde Color Hex

#E86DDE
(232,109,222)
0 Favorites   0 Comments

Color spaces of #e86dde

RGB 232109222
HSL0.850.730.67
HSV305°53°91°
CMYK 0.000.530.04   0.09
XYZ51.932233.367072.8106
Yxy33.36700.32850.2110
Hunter Lab57.764259.3910-34.2989
CIE-Lab64.457061.9637-36.1750

#e86dde color RGB value is (232,109,222).

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

The process color (four color CMYK) of #e86dde color hex is 0.00, 0.53, 0.04, 0.09. Web safe color of #e86dde is #ff66cc. Color #e86dde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101101 11011110
Octal 350 155 336
Decimal 232 109 222
Hex E8 6D DE

RGB Percentages of Color #e86dde

%41.21
%19.36
%39.43

CMYK Percentages of Color #e86dde

%0
%53
%4
%9

Triadic Colors of #e86dde

#e86dde #dee86d #6ddee8

Analogous Colors of #e86dde

#e86dde #e86da1 #b56de8

Monochromatic Colors of #e86dde

#e86dde

Complementary Color

#e86dde #6de877

#e86dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e86dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e86dde Color CSS Codes

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

#e86dde Text Font Color

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

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


#e86dde Background Color

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

This div background color is #e86dde


#e86dde Border Color

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

This div border color is #e86dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,109,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 #e86dde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e86dde


Comments

No comments written yet.

Please login to write comment.