Color Hex Logo

#ea798a Color Hex

#EA798A
(234,121,138)
0 Favorites   0 Comments

Color spaces of #ea798a

RGB 234121138
HSL0.970.730.70
HSV351°48°92°
CMYK 0.000.480.41   0.08
XYZ45.356533.002128.0243
Yxy33.00210.42640.3102
Hunter Lab57.447540.398111.2901
CIE-Lab64.162645.195810.9915

#ea798a color RGB value is (234,121,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 10001010
Octal 352 171 212
Decimal 234 121 138
Hex EA 79 8A

RGB Percentages of Color #ea798a

%47.46
%24.54
%27.99

CMYK Percentages of Color #ea798a

%0
%48
%41
%8

Triadic Colors of #ea798a

#ea798a #8aea79 #798aea

Analogous Colors of #ea798a

#ea798a #eaa179 #ea79c3

Monochromatic Colors of #ea798a

#ea798a

Complementary Color

#ea798a #79ead9

#ea798a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea798a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea798a Color CSS Codes

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

#ea798a Text Font Color

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

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


#ea798a Background Color

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

This div background color is #ea798a


#ea798a Border Color

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

This div border color is #ea798a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea798a


Comments

No comments written yet.

Please login to write comment.