Color Hex Logo

#eb89ac Color Hex

#EB89AC
(235,137,172)
0 Favorites   0 Comments

Color spaces of #eb89ac

RGB 235137172
HSL0.940.710.73
HSV339°42°92°
CMYK 0.000.420.27   0.08
XYZ50.653038.532043.7974
Yxy38.53200.38090.2898
Hunter Lab62.074137.02771.6189
CIE-Lab68.410941.5368-2.1001

#eb89ac color RGB value is (235,137,172).

#eb89ac hex color red value is 235, green value is 137 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eb89ac hue: 0.94 , saturation: 0.71 and the lightness value of eb89ac is 0.73.

The process color (four color CMYK) of #eb89ac color hex is 0.00, 0.42, 0.27, 0.08. Web safe color of #eb89ac is #ff9999. Color #eb89ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001001 10101100
Octal 353 211 254
Decimal 235 137 172
Hex EB 89 AC

RGB Percentages of Color #eb89ac

%43.20
%25.18
%31.62

CMYK Percentages of Color #eb89ac

%0
%42
%27
%8

Triadic Colors of #eb89ac

#eb89ac #aceb89 #89aceb

Analogous Colors of #eb89ac

#eb89ac #eb9789 #eb89dd

Monochromatic Colors of #eb89ac

#eb89ac

Complementary Color

#eb89ac #89ebc8

#eb89ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb89ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb89ac Color CSS Codes

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

#eb89ac Text Font Color

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

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


#eb89ac Background Color

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

This div background color is #eb89ac


#eb89ac Border Color

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

This div border color is #eb89ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb89ac


Comments

No comments written yet.

Please login to write comment.