Color Hex Logo

#e584ad Color Hex

#E584AD
(229,132,173)
0 Favorites   0 Comments

Color spaces of #e584ad

RGB 229132173
HSL0.930.650.71
HSV335°42°90°
CMYK 0.000.420.24   0.10
XYZ48.107236.177743.9826
Yxy36.17770.37510.2820
Hunter Lab60.147937.5082-1.2517
CIE-Lab66.655542.1948-5.3345

#e584ad color RGB value is (229,132,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000100 10101101
Octal 345 204 255
Decimal 229 132 173
Hex E5 84 AD

RGB Percentages of Color #e584ad

%42.88
%24.72
%32.40

CMYK Percentages of Color #e584ad

%0
%42
%24
%10

Triadic Colors of #e584ad

#e584ad #ade584 #84ade5

Analogous Colors of #e584ad

#e584ad #e58c84 #e584de

Monochromatic Colors of #e584ad

#e584ad

Complementary Color

#e584ad #84e5bc

#e584ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e584ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e584ad Color CSS Codes

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

#e584ad Text Font Color

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

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


#e584ad Background Color

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

This div background color is #e584ad


#e584ad Border Color

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

This div border color is #e584ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e584ad


Comments

No comments written yet.

Please login to write comment.