Color Hex Logo

#e86dbe Color Hex

#E86DBE
(232,109,190)
0 Favorites   0 Comments

Color spaces of #e86dbe

RGB 232109190
HSL0.890.730.67
HSV320°53°91°
CMYK 0.000.530.18   0.09
XYZ48.041631.810852.3232
Yxy31.81080.36350.2407
Hunter Lab56.401153.3418-15.5225
CIE-Lab63.186256.9674-20.1260

#e86dbe color RGB value is (232,109,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101101 10111110
Octal 350 155 276
Decimal 232 109 190
Hex E8 6D BE

RGB Percentages of Color #e86dbe

%43.69
%20.53
%35.78

CMYK Percentages of Color #e86dbe

%0
%53
%18
%9

Triadic Colors of #e86dbe

#e86dbe #bee86d #6dbee8

Analogous Colors of #e86dbe

#e86dbe #e86d81 #d56de8

Monochromatic Colors of #e86dbe

#e86dbe

Complementary Color

#e86dbe #6de897

#e86dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e86dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e86dbe Color CSS Codes

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

#e86dbe Text Font Color

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

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


#e86dbe Background Color

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

This div background color is #e86dbe


#e86dbe Border Color

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

This div border color is #e86dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e86dbe


Comments

No comments written yet.

Please login to write comment.