Color Hex Logo

#e4537a Color Hex

#E4537A
(228,83,122)
0 Favorites   0 Comments

Color spaces of #e4537a

RGB 22883122
HSL0.960.730.61
HSV344°64°89°
CMYK 0.000.640.46   0.11
XYZ38.601024.085621.0268
Yxy24.08560.46110.2877
Hunter Lab49.077154.51228.9515
CIE-Lab56.173459.18198.8343

#e4537a color RGB value is (228,83,122).

#e4537a hex color red value is 228, green value is 83 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #e4537a hue: 0.96 , saturation: 0.73 and the lightness value of e4537a is 0.61.

The process color (four color CMYK) of #e4537a color hex is 0.00, 0.64, 0.46, 0.11. Web safe color of #e4537a is #cc6666. Color #e4537a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010011 01111010
Octal 344 123 172
Decimal 228 83 122
Hex E4 53 7A

RGB Percentages of Color #e4537a

%52.66
%19.17
%28.18

CMYK Percentages of Color #e4537a

%0
%64
%46
%11

Triadic Colors of #e4537a

#e4537a #7ae453 #537ae4

Analogous Colors of #e4537a

#e4537a #e47553 #e453c3

Monochromatic Colors of #e4537a

#e4537a

Complementary Color

#e4537a #53e4bd

#e4537a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4537a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4537a Color CSS Codes

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

#e4537a Text Font Color

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

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


#e4537a Background Color

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

This div background color is #e4537a


#e4537a Border Color

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

This div border color is #e4537a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4537a


Comments

No comments written yet.

Please login to write comment.