Color Hex Logo

#eb80ac Color Hex

#EB80AC
(235,128,172)
0 Favorites   0 Comments

Color spaces of #eb80ac

RGB 235128172
HSL0.930.730.71
HSV335°46°92°
CMYK 0.000.460.27   0.08
XYZ49.426536.079143.3886
Yxy36.07910.38350.2799
Hunter Lab60.065941.7673-0.7820
CIE-Lab66.580346.1285-4.7955

#eb80ac color RGB value is (235,128,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000000 10101100
Octal 353 200 254
Decimal 235 128 172
Hex EB 80 AC

RGB Percentages of Color #eb80ac

%43.93
%23.93
%32.15

CMYK Percentages of Color #eb80ac

%0
%46
%27
%8

Triadic Colors of #eb80ac

#eb80ac #aceb80 #80aceb

Analogous Colors of #eb80ac

#eb80ac #eb8a80 #eb80e2

Monochromatic Colors of #eb80ac

#eb80ac

Complementary Color

#eb80ac #80ebbf

#eb80ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb80ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb80ac Color CSS Codes

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

#eb80ac Text Font Color

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

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


#eb80ac Background Color

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

This div background color is #eb80ac


#eb80ac Border Color

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

This div border color is #eb80ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb80ac


Comments

No comments written yet.

Please login to write comment.