Color Hex Logo

#e0498f Color Hex

#E0498F
(224,73,143)
0 Favorites   0 Comments

Color spaces of #e0498f

RGB 22473143
HSL0.920.710.58
HSV332°67°88°
CMYK 0.000.670.36   0.12
XYZ38.080922.595628.3409
Yxy22.59560.42780.2538
Hunter Lab47.534859.8132-2.0751
CIE-Lab54.653364.0634-5.8811

#e0498f color RGB value is (224,73,143).

#e0498f hex color red value is 224, green value is 73 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #e0498f hue: 0.92 , saturation: 0.71 and the lightness value of e0498f is 0.58.

The process color (four color CMYK) of #e0498f color hex is 0.00, 0.67, 0.36, 0.12. Web safe color of #e0498f is #cc3399. Color #e0498f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001001 10001111
Octal 340 111 217
Decimal 224 73 143
Hex E0 49 8F

RGB Percentages of Color #e0498f

%50.91
%16.59
%32.50

CMYK Percentages of Color #e0498f

%0
%67
%36
%12

Triadic Colors of #e0498f

#e0498f #8fe049 #498fe0

Analogous Colors of #e0498f

#e0498f #e04e49 #e049db

Monochromatic Colors of #e0498f

#e0498f

Complementary Color

#e0498f #49e09a

#e0498f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0498f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0498f Color CSS Codes

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

#e0498f Text Font Color

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

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


#e0498f Background Color

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

This div background color is #e0498f


#e0498f Border Color

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

This div border color is #e0498f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0498f


Comments

No comments written yet.

Please login to write comment.