Color Hex Logo

#ea979a Color Hex

#EA979A
(234,151,154)
0 Favorites   0 Comments

Color spaces of #ea979a

RGB 234151154
HSL0.990.660.75
HSV358°35°92°
CMYK 0.000.350.34   0.08
XYZ50.831041.958735.9916
Yxy41.95870.39470.3258
Hunter Lab64.775526.716312.3992
CIE-Lab70.842431.530311.4427

#ea979a color RGB value is (234,151,154).

#ea979a hex color red value is 234, green value is 151 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ea979a hue: 0.99 , saturation: 0.66 and the lightness value of ea979a is 0.75.

The process color (four color CMYK) of #ea979a color hex is 0.00, 0.35, 0.34, 0.08. Web safe color of #ea979a is #ff9999. Color #ea979a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010111 10011010
Octal 352 227 232
Decimal 234 151 154
Hex EA 97 9A

RGB Percentages of Color #ea979a

%43.41
%28.01
%28.57

CMYK Percentages of Color #ea979a

%0
%35
%34
%8

Triadic Colors of #ea979a

#ea979a #9aea97 #979aea

Analogous Colors of #ea979a

#ea979a #eabe97 #ea97c4

Monochromatic Colors of #ea979a

#ea979a

Complementary Color

#ea979a #97eae7

#ea979a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea979a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea979a Color CSS Codes

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

#ea979a Text Font Color

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

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


#ea979a Background Color

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

This div background color is #ea979a


#ea979a Border Color

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

This div border color is #ea979a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea979a


Comments

No comments written yet.

Please login to write comment.