Color Hex Logo

#eb88ac Color Hex

#EB88AC
(235,136,172)
0 Favorites   0 Comments

Color spaces of #eb88ac

RGB 235136172
HSL0.940.710.73
HSV338°42°92°
CMYK 0.000.420.27   0.08
XYZ50.511538.249043.7503
Yxy38.24900.38120.2886
Hunter Lab61.845837.55681.3497
CIE-Lab68.203742.0519-2.4044

#eb88ac color RGB value is (235,136,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001000 10101100
Octal 353 210 254
Decimal 235 136 172
Hex EB 88 AC

RGB Percentages of Color #eb88ac

%43.28
%25.05
%31.68

CMYK Percentages of Color #eb88ac

%0
%42
%27
%8

Triadic Colors of #eb88ac

#eb88ac #aceb88 #88aceb

Analogous Colors of #eb88ac

#eb88ac #eb9688 #eb88de

Monochromatic Colors of #eb88ac

#eb88ac

Complementary Color

#eb88ac #88ebc7

#eb88ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb88ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb88ac Color CSS Codes

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

#eb88ac Text Font Color

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

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


#eb88ac Background Color

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

This div background color is #eb88ac


#eb88ac Border Color

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

This div border color is #eb88ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb88ac


Comments

No comments written yet.

Please login to write comment.