Color Hex Logo

#ea97ac Color Hex

#EA97AC
(234,151,172)
0 Favorites   0 Comments

Color spaces of #ea97ac

RGB 234151172
HSL0.960.660.75
HSV345°35°92°
CMYK 0.000.350.26   0.08
XYZ52.444742.604244.4890
Yxy42.60420.37580.3053
Hunter Lab65.271929.19555.2786
CIE-Lab71.285533.87062.0830

#ea97ac color RGB value is (234,151,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010111 10101100
Octal 352 227 254
Decimal 234 151 172
Hex EA 97 AC

RGB Percentages of Color #ea97ac

%42.01
%27.11
%30.88

CMYK Percentages of Color #ea97ac

%0
%35
%26
%8

Triadic Colors of #ea97ac

#ea97ac #acea97 #97acea

Analogous Colors of #ea97ac

#ea97ac #eaac97 #ea97d6

Monochromatic Colors of #ea97ac

#ea97ac

Complementary Color

#ea97ac #97ead5

#ea97ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea97ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea97ac Color CSS Codes

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

#ea97ac Text Font Color

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

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


#ea97ac Background Color

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

This div background color is #ea97ac


#ea97ac Border Color

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

This div border color is #ea97ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea97ac


Comments

No comments written yet.

Please login to write comment.