Color Hex Logo

#ea079a Color Hex

#EA079A
(234,7,154)
0 Favorites   0 Comments

Color spaces of #ea079a

RGB 2347154
HSL0.890.940.47
HSV321°97°92°
CMYK 0.000.970.34   0.08
XYZ39.840419.977532.3281
Yxy19.97750.43240.2168
Hunter Lab44.696280.8894-11.5962
CIE-Lab51.811881.9033-16.5080

#ea079a color RGB value is (234,7,154).

#ea079a hex color red value is 234, green value is 7 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ea079a hue: 0.89 , saturation: 0.94 and the lightness value of ea079a is 0.47.

The process color (four color CMYK) of #ea079a color hex is 0.00, 0.97, 0.34, 0.08. Web safe color of #ea079a is #ff0099. Color #ea079a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000111 10011010
Octal 352 7 232
Decimal 234 7 154
Hex EA 7 9A

RGB Percentages of Color #ea079a

%59.24
%1.77
%38.99

CMYK Percentages of Color #ea079a

%0
%97
%34
%8

Triadic Colors of #ea079a

#ea079a #9aea07 #079aea

Analogous Colors of #ea079a

#ea079a #ea0729 #c907ea

Monochromatic Colors of #ea079a

#ea079a

Complementary Color

#ea079a #07ea57

#ea079a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea079a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea079a Color CSS Codes

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

#ea079a Text Font Color

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

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


#ea079a Background Color

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

This div background color is #ea079a


#ea079a Border Color

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

This div border color is #ea079a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea079a


Comments

No comments written yet.

Please login to write comment.