Color Hex Logo

#e5539a Color Hex

#E5539A
(229,83,154)
0 Favorites   0 Comments

Color spaces of #e5539a

RGB 22983154
HSL0.920.740.61
HSV331°64°90°
CMYK 0.000.640.33   0.10
XYZ41.239125.177633.2581
Yxy25.17760.41370.2526
Hunter Lab50.177358.8932-4.1740
CIE-Lab57.248162.7998-8.4024

#e5539a color RGB value is (229,83,154).

#e5539a hex color red value is 229, green value is 83 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e5539a hue: 0.92 , saturation: 0.74 and the lightness value of e5539a is 0.61.

The process color (four color CMYK) of #e5539a color hex is 0.00, 0.64, 0.33, 0.10. Web safe color of #e5539a is #cc6699. Color #e5539a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010011 10011010
Octal 345 123 232
Decimal 229 83 154
Hex E5 53 9A

RGB Percentages of Color #e5539a

%49.14
%17.81
%33.05

CMYK Percentages of Color #e5539a

%0
%64
%33
%10

Triadic Colors of #e5539a

#e5539a #9ae553 #539ae5

Analogous Colors of #e5539a

#e5539a #e55553 #e553e3

Monochromatic Colors of #e5539a

#e5539a

Complementary Color

#e5539a #53e59e

#e5539a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5539a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5539a Color CSS Codes

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

#e5539a Text Font Color

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

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


#e5539a Background Color

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

This div background color is #e5539a


#e5539a Border Color

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

This div border color is #e5539a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5539a


Comments

No comments written yet.

Please login to write comment.