Color Hex Logo

#ea498f Color Hex

#EA498F
(234,73,143)
0 Favorites   0 Comments

Color spaces of #ea498f

RGB 23473143
HSL0.930.790.60
HSV334°69°92°
CMYK 0.000.690.39   0.08
XYZ41.272224.240728.4902
Yxy24.24070.43910.2579
Hunter Lab49.234863.47060.1557
CIE-Lab56.328066.8668-3.2176

#ea498f color RGB value is (234,73,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001001 10001111
Octal 352 111 217
Decimal 234 73 143
Hex EA 49 8F

RGB Percentages of Color #ea498f

%52.00
%16.22
%31.78

CMYK Percentages of Color #ea498f

%0
%69
%39
%8

Triadic Colors of #ea498f

#ea498f #8fea49 #498fea

Analogous Colors of #ea498f

#ea498f #ea5349 #ea49e0

Monochromatic Colors of #ea498f

#ea498f

Complementary Color

#ea498f #49eaa4

#ea498f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea498f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea498f Color CSS Codes

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

#ea498f Text Font Color

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

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


#ea498f Background Color

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

This div background color is #ea498f


#ea498f Border Color

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

This div border color is #ea498f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea498f


Comments

No comments written yet.

Please login to write comment.