Color Hex Logo

#e584ba Color Hex

#E584BA
(229,132,186)
0 Favorites   0 Comments

Color spaces of #e584ba

RGB 229132186
HSL0.910.650.71
HSV327°42°90°
CMYK 0.000.420.19   0.10
XYZ49.427336.705750.9342
Yxy36.70570.36060.2678
Hunter Lab60.585239.6017-7.4356
CIE-Lab67.055644.0819-12.0559

#e584ba color RGB value is (229,132,186).

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

The process color (four color CMYK) of #e584ba color hex is 0.00, 0.42, 0.19, 0.10. Web safe color of #e584ba is #cc99cc. Color #e584ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000100 10111010
Octal 345 204 272
Decimal 229 132 186
Hex E5 84 BA

RGB Percentages of Color #e584ba

%41.86
%24.13
%34.00

CMYK Percentages of Color #e584ba

%0
%42
%19
%10

Triadic Colors of #e584ba

#e584ba #bae584 #84bae5

Analogous Colors of #e584ba

#e584ba #e5848a #e084e5

Monochromatic Colors of #e584ba

#e584ba

Complementary Color

#e584ba #84e5af

#e584ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e584ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e584ba Color CSS Codes

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

#e584ba Text Font Color

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

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


#e584ba Background Color

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

This div background color is #e584ba


#e584ba Border Color

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

This div border color is #e584ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e584ba


Comments

No comments written yet.

Please login to write comment.