Color Hex Logo

#e586c7 Color Hex

#E586C7
(229,134,199)
0 Favorites   0 Comments

Color spaces of #e586c7

RGB 229134199
HSL0.890.650.71
HSV319°41°90°
CMYK 0.000.410.13   0.10
XYZ51.147037.831758.6393
Yxy37.83170.34650.2563
Hunter Lab61.507540.7949-13.4700
CIE-Lab67.896445.0680-18.0705

#e586c7 color RGB value is (229,134,199).

#e586c7 hex color red value is 229, green value is 134 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #e586c7 hue: 0.89 , saturation: 0.65 and the lightness value of e586c7 is 0.71.

The process color (four color CMYK) of #e586c7 color hex is 0.00, 0.41, 0.13, 0.10. Web safe color of #e586c7 is #cc99cc. Color #e586c7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000110 11000111
Octal 345 206 307
Decimal 229 134 199
Hex E5 86 C7

RGB Percentages of Color #e586c7

%40.75
%23.84
%35.41

CMYK Percentages of Color #e586c7

%0
%41
%13
%10

Triadic Colors of #e586c7

#e586c7 #c7e586 #86c7e5

Analogous Colors of #e586c7

#e586c7 #e58698 #d486e5

Monochromatic Colors of #e586c7

#e586c7

Complementary Color

#e586c7 #86e5a4

#e586c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e586c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e586c7 Color CSS Codes

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

#e586c7 Text Font Color

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

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


#e586c7 Background Color

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

This div background color is #e586c7


#e586c7 Border Color

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

This div border color is #e586c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e586c7

#e586c7 Color Palettes


Comments

No comments written yet.

Please login to write comment.