Color Hex Logo

#ea048a Color Hex

#EA048A
(234,4,138)
0 Favorites   0 Comments

Color spaces of #ea048a

RGB 2344138
HSL0.900.970.47
HSV325°98°92°
CMYK 0.000.980.41   0.08
XYZ38.562519.414225.7596
Yxy19.41420.46050.2318
Hunter Lab44.061579.1148-3.8195
CIE-Lab51.168380.6324-7.8887

#ea048a color RGB value is (234,4,138).

#ea048a hex color red value is 234, green value is 4 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ea048a hue: 0.90 , saturation: 0.97 and the lightness value of ea048a is 0.47.

The process color (four color CMYK) of #ea048a color hex is 0.00, 0.98, 0.41, 0.08. Web safe color of #ea048a is #ff0099. Color #ea048a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000100 10001010
Octal 352 4 212
Decimal 234 4 138
Hex EA 4 8A

RGB Percentages of Color #ea048a

%62.23
%1.06
%36.70

CMYK Percentages of Color #ea048a

%0
%98
%41
%8

Triadic Colors of #ea048a

#ea048a #8aea04 #048aea

Analogous Colors of #ea048a

#ea048a #ea0417 #d704ea

Monochromatic Colors of #ea048a

#ea048a

Complementary Color

#ea048a #04ea64

#ea048a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea048a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea048a Color CSS Codes

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

#ea048a Text Font Color

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

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


#ea048a Background Color

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

This div background color is #ea048a


#ea048a Border Color

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

This div border color is #ea048a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea048a


Comments

No comments written yet.

Please login to write comment.