Color Hex Logo

#e584ae Color Hex

#E584AE
(229,132,174)
0 Favorites   0 Comments

Color spaces of #e584ae

RGB 229132174
HSL0.930.650.71
HSV334°42°90°
CMYK 0.000.420.24   0.10
XYZ48.204336.216544.4942
Yxy36.21650.37390.2809
Hunter Lab60.180137.6633-1.7100
CIE-Lab66.685042.3354-5.8546

#e584ae color RGB value is (229,132,174).

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

The process color (four color CMYK) of #e584ae color hex is 0.00, 0.42, 0.24, 0.10. Web safe color of #e584ae is #cc9999. Color #e584ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000100 10101110
Octal 345 204 256
Decimal 229 132 174
Hex E5 84 AE

RGB Percentages of Color #e584ae

%42.80
%24.67
%32.52

CMYK Percentages of Color #e584ae

%0
%42
%24
%10

Triadic Colors of #e584ae

#e584ae #aee584 #84aee5

Analogous Colors of #e584ae

#e584ae #e58b84 #e584df

Monochromatic Colors of #e584ae

#e584ae

Complementary Color

#e584ae #84e5bb

#e584ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e584ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e584ae Color CSS Codes

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

#e584ae Text Font Color

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

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


#e584ae Background Color

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

This div background color is #e584ae


#e584ae Border Color

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

This div border color is #e584ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e584ae


Comments

No comments written yet.

Please login to write comment.