Color Hex Logo

#ea708e Color Hex

#EA708E
(234,112,142)
0 Favorites   0 Comments

Color spaces of #ea708e

RGB 234112142
HSL0.960.740.68
HSV345°52°92°
CMYK 0.000.520.39   0.08
XYZ44.608331.033829.2302
Yxy31.03380.42540.2959
Hunter Lab55.708045.44537.8859
CIE-Lab62.536250.04606.3881

#ea708e color RGB value is (234,112,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110000 10001110
Octal 352 160 216
Decimal 234 112 142
Hex EA 70 8E

RGB Percentages of Color #ea708e

%47.95
%22.95
%29.10

CMYK Percentages of Color #ea708e

%0
%52
%39
%8

Triadic Colors of #ea708e

#ea708e #8eea70 #708eea

Analogous Colors of #ea708e

#ea708e #ea8f70 #ea70cb

Monochromatic Colors of #ea708e

#ea708e

Complementary Color

#ea708e #70eacc

#ea708e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea708e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea708e Color CSS Codes

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

#ea708e Text Font Color

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

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


#ea708e Background Color

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

This div background color is #ea708e


#ea708e Border Color

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

This div border color is #ea708e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea708e


Comments

No comments written yet.

Please login to write comment.