Color Hex Logo

#ea708d Color Hex

#EA708D
(234,112,141)
0 Favorites   0 Comments

Color spaces of #ea708d

RGB 234112141
HSL0.960.740.68
HSV346°52°92°
CMYK 0.000.520.40   0.08
XYZ44.533631.003928.8365
Yxy31.00390.42670.2970
Hunter Lab55.681145.32178.2713
CIE-Lab62.510949.93776.9265

#ea708d color RGB value is (234,112,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110000 10001101
Octal 352 160 215
Decimal 234 112 141
Hex EA 70 8D

RGB Percentages of Color #ea708d

%48.05
%23.00
%28.95

CMYK Percentages of Color #ea708d

%0
%52
%40
%8

Triadic Colors of #ea708d

#ea708d #8dea70 #708dea

Analogous Colors of #ea708d

#ea708d #ea9070 #ea70ca

Monochromatic Colors of #ea708d

#ea708d

Complementary Color

#ea708d #70eacd

#ea708d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea708d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea708d Color CSS Codes

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

#ea708d Text Font Color

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

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


#ea708d Background Color

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

This div background color is #ea708d


#ea708d Border Color

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

This div border color is #ea708d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea708d


Comments

No comments written yet.

Please login to write comment.