Color Hex Logo

#ea708a Color Hex

#EA708A
(234,112,138)
0 Favorites   0 Comments

Color spaces of #ea708a

RGB 234112138
HSL0.960.740.68
HSV347°52°92°
CMYK 0.000.520.41   0.08
XYZ44.313330.915727.6765
Yxy30.91570.43060.3004
Hunter Lab55.601944.95679.4090
CIE-Lab62.436449.61758.5438

#ea708a color RGB value is (234,112,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110000 10001010
Octal 352 160 212
Decimal 234 112 138
Hex EA 70 8A

RGB Percentages of Color #ea708a

%48.35
%23.14
%28.51

CMYK Percentages of Color #ea708a

%0
%52
%41
%8

Triadic Colors of #ea708a

#ea708a #8aea70 #708aea

Analogous Colors of #ea708a

#ea708a #ea9370 #ea70c7

Monochromatic Colors of #ea708a

#ea708a

Complementary Color

#ea708a #70ead0

#ea708a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea708a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea708a Color CSS Codes

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

#ea708a Text Font Color

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

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


#ea708a Background Color

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

This div background color is #ea708a


#ea708a Border Color

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

This div border color is #ea708a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea708a


Comments

No comments written yet.

Please login to write comment.