Color Hex Logo

#ea709a Color Hex

#EA709A
(234,112,154)
0 Favorites   0 Comments

Color spaces of #ea709a

RGB 234112154
HSL0.940.740.68
HSV339°52°92°
CMYK 0.000.520.34   0.08
XYZ45.558631.413934.2341
Yxy31.41390.40970.2825
Hunter Lab56.048147.00923.0194
CIE-Lab62.855551.4094-0.0393

#ea709a color RGB value is (234,112,154).

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

The process color (four color CMYK) of #ea709a color hex is 0.00, 0.52, 0.34, 0.08. Web safe color of #ea709a is #ff6699. Color #ea709a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110000 10011010
Octal 352 160 232
Decimal 234 112 154
Hex EA 70 9A

RGB Percentages of Color #ea709a

%46.80
%22.40
%30.80

CMYK Percentages of Color #ea709a

%0
%52
%34
%8

Triadic Colors of #ea709a

#ea709a #9aea70 #709aea

Analogous Colors of #ea709a

#ea709a #ea8370 #ea70d7

Monochromatic Colors of #ea709a

#ea709a

Complementary Color

#ea709a #70eac0

#ea709a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea709a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea709a Color CSS Codes

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

#ea709a Text Font Color

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

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


#ea709a Background Color

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

This div background color is #ea709a


#ea709a Border Color

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

This div border color is #ea709a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea709a


Comments

No comments written yet.

Please login to write comment.