Color Hex Logo

#e586ed Color Hex

#E586ED
(229,134,237)
0 Favorites   0 Comments

Color spaces of #e586ed

RGB 229134237
HSL0.820.740.73
HSV295°43°93°
CMYK 0.030.430.00   0.07
XYZ56.124339.822684.8492
Yxy39.82260.31040.2203
Hunter Lab63.105248.3199-35.5459
CIE-Lab69.343051.6187-36.9027

#e586ed color RGB value is (229,134,237).

#e586ed hex color red value is 229, green value is 134 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e586ed hue: 0.82 , saturation: 0.74 and the lightness value of e586ed is 0.73.

The process color (four color CMYK) of #e586ed color hex is 0.03, 0.43, 0.00, 0.07. Web safe color of #e586ed is #cc99ff. Color #e586ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000110 11101101
Octal 345 206 355
Decimal 229 134 237
Hex E5 86 ED

RGB Percentages of Color #e586ed

%38.17
%22.33
%39.50

CMYK Percentages of Color #e586ed

%3
%43
%0
%7

Triadic Colors of #e586ed

#e586ed #ede586 #86ede5

Analogous Colors of #e586ed

#e586ed #ed86c2 #b286ed

Monochromatic Colors of #e586ed

#e586ed

Complementary Color

#e586ed #8eed86

#e586ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e586ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e586ed Color CSS Codes

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

#e586ed Text Font Color

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

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


#e586ed Background Color

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

This div background color is #e586ed


#e586ed Border Color

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

This div border color is #e586ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e586ed


Comments

No comments written yet.

Please login to write comment.