Color Hex Logo

#e86ded Color Hex

#E86DED
(232,109,237)
0 Favorites   0 Comments

Color spaces of #e86ded

RGB 232109237
HSL0.830.780.68
HSV298°54°93°
CMYK 0.020.540.00   0.07
XYZ54.033434.207583.8756
Yxy34.20750.31390.1987
Hunter Lab58.487262.5547-44.0859
CIE-Lab65.126964.5161-43.4651

#e86ded color RGB value is (232,109,237).

#e86ded hex color red value is 232, green value is 109 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e86ded hue: 0.83 , saturation: 0.78 and the lightness value of e86ded is 0.68.

The process color (four color CMYK) of #e86ded color hex is 0.02, 0.54, 0.00, 0.07. Web safe color of #e86ded is #ff66ff. Color #e86ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101101 11101101
Octal 350 155 355
Decimal 232 109 237
Hex E8 6D ED

RGB Percentages of Color #e86ded

%40.14
%18.86
%41.00

CMYK Percentages of Color #e86ded

%2
%54
%0
%7

Triadic Colors of #e86ded

#e86ded #ede86d #6dede8

Analogous Colors of #e86ded

#e86ded #ed6db2 #a86ded

Monochromatic Colors of #e86ded

#e86ded

Complementary Color

#e86ded #72ed6d

#e86ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e86ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#e86ded Color CSS Codes

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

#e86ded Text Font Color

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

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


#e86ded Background Color

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

This div background color is #e86ded


#e86ded Border Color

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

This div border color is #e86ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e86ded


Comments

No comments written yet.

Please login to write comment.