Color Hex Logo

#ea498e Color Hex

#EA498E
(234,73,142)
0 Favorites   0 Comments

Color spaces of #ea498e

RGB 23473142
HSL0.930.790.60
HSV334°69°92°
CMYK 0.000.690.39   0.08
XYZ41.196724.210528.0930
Yxy24.21050.44060.2589
Hunter Lab49.204263.34370.5914
CIE-Lab56.297966.7653-2.6721

#ea498e color RGB value is (234,73,142).

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

The process color (four color CMYK) of #ea498e color hex is 0.00, 0.69, 0.39, 0.08. Web safe color of #ea498e is #ff3399. Color #ea498e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001001 10001110
Octal 352 111 216
Decimal 234 73 142
Hex EA 49 8E

RGB Percentages of Color #ea498e

%52.12
%16.26
%31.63

CMYK Percentages of Color #ea498e

%0
%69
%39
%8

Triadic Colors of #ea498e

#ea498e #8eea49 #498eea

Analogous Colors of #ea498e

#ea498e #ea5549 #ea49df

Monochromatic Colors of #ea498e

#ea498e

Complementary Color

#ea498e #49eaa5

#ea498e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea498e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea498e Color CSS Codes

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

#ea498e Text Font Color

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

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


#ea498e Background Color

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

This div background color is #ea498e


#ea498e Border Color

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

This div border color is #ea498e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,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 #ea498e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea498e


Comments

No comments written yet.

Please login to write comment.