Color Hex Logo

#e5498e Color Hex

#E5498E
(229,73,142)
0 Favorites   0 Comments

Color spaces of #e5498e

RGB 22973142
HSL0.930.750.59
HSV333°68°90°
CMYK 0.000.680.38   0.10
XYZ39.578123.376128.0172
Yxy23.37610.43510.2570
Hunter Lab48.348861.5087-0.5132
CIE-Lab55.457665.3653-4.0063

#e5498e color RGB value is (229,73,142).

#e5498e hex color red value is 229, green value is 73 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e5498e hue: 0.93 , saturation: 0.75 and the lightness value of e5498e is 0.59.

The process color (four color CMYK) of #e5498e color hex is 0.00, 0.68, 0.38, 0.10. Web safe color of #e5498e is #cc3399. Color #e5498e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001001 10001110
Octal 345 111 216
Decimal 229 73 142
Hex E5 49 8E

RGB Percentages of Color #e5498e

%51.58
%16.44
%31.98

CMYK Percentages of Color #e5498e

%0
%68
%38
%10

Triadic Colors of #e5498e

#e5498e #8ee549 #498ee5

Analogous Colors of #e5498e

#e5498e #e55249 #e549dc

Monochromatic Colors of #e5498e

#e5498e

Complementary Color

#e5498e #49e5a0

#e5498e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5498e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5498e Color CSS Codes

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

#e5498e Text Font Color

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

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


#e5498e Background Color

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

This div background color is #e5498e


#e5498e Border Color

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

This div border color is #e5498e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5498e


Comments

No comments written yet.

Please login to write comment.