Color Hex Logo

#ea798c Color Hex

#EA798C
(234,121,140)
0 Favorites   0 Comments

Color spaces of #ea798c

RGB 234121140
HSL0.970.730.70
HSV350°48°92°
CMYK 0.000.480.40   0.08
XYZ45.502733.060628.7940
Yxy33.06060.42380.3079
Hunter Lab57.498340.638210.5576
CIE-Lab64.209945.41119.9189

#ea798c color RGB value is (234,121,140).

#ea798c hex color red value is 234, green value is 121 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ea798c hue: 0.97 , saturation: 0.73 and the lightness value of ea798c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 10001100
Octal 352 171 214
Decimal 234 121 140
Hex EA 79 8C

RGB Percentages of Color #ea798c

%47.27
%24.44
%28.28

CMYK Percentages of Color #ea798c

%0
%48
%40
%8

Triadic Colors of #ea798c

#ea798c #8cea79 #798cea

Analogous Colors of #ea798c

#ea798c #ea9f79 #ea79c5

Monochromatic Colors of #ea798c

#ea798c

Complementary Color

#ea798c #79ead7

#ea798c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea798c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea798c Color CSS Codes

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

#ea798c Text Font Color

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

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


#ea798c Background Color

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

This div background color is #ea798c


#ea798c Border Color

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

This div border color is #ea798c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea798c


Comments

No comments written yet.

Please login to write comment.