Color Hex Logo

#eb81ac Color Hex

#EB81AC
(235,129,172)
0 Favorites   0 Comments

Color spaces of #eb81ac

RGB 235129172
HSL0.930.730.71
HSV336°45°92°
CMYK 0.000.450.27   0.08
XYZ49.557636.341243.4323
Yxy36.34120.38320.2810
Hunter Lab60.283741.2437-0.5178
CIE-Lab66.779845.6238-4.5010

#eb81ac color RGB value is (235,129,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000001 10101100
Octal 353 201 254
Decimal 235 129 172
Hex EB 81 AC

RGB Percentages of Color #eb81ac

%43.84
%24.07
%32.09

CMYK Percentages of Color #eb81ac

%0
%45
%27
%8

Triadic Colors of #eb81ac

#eb81ac #aceb81 #81aceb

Analogous Colors of #eb81ac

#eb81ac #eb8b81 #eb81e1

Monochromatic Colors of #eb81ac

#eb81ac

Complementary Color

#eb81ac #81ebc0

#eb81ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb81ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb81ac Color CSS Codes

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

#eb81ac Text Font Color

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

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


#eb81ac Background Color

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

This div background color is #eb81ac


#eb81ac Border Color

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

This div border color is #eb81ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb81ac


Comments

No comments written yet.

Please login to write comment.