Color Hex Logo

#eb56ac Color Hex

#EB56AC
(235,86,172)
0 Favorites   0 Comments

Color spaces of #eb56ac

RGB 23586172
HSL0.900.790.63
HSV325°63°92°
CMYK 0.000.630.27   0.08
XYZ45.035127.296341.9248
Yxy27.29630.39420.2389
Hunter Lab52.245962.4339-11.0053
CIE-Lab59.247665.4561-15.7641

#eb56ac color RGB value is (235,86,172).

#eb56ac hex color red value is 235, green value is 86 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eb56ac hue: 0.90 , saturation: 0.79 and the lightness value of eb56ac is 0.63.

The process color (four color CMYK) of #eb56ac color hex is 0.00, 0.63, 0.27, 0.08. Web safe color of #eb56ac is #ff6699. Color #eb56ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010110 10101100
Octal 353 126 254
Decimal 235 86 172
Hex EB 56 AC

RGB Percentages of Color #eb56ac

%47.67
%17.44
%34.89

CMYK Percentages of Color #eb56ac

%0
%63
%27
%8

Triadic Colors of #eb56ac

#eb56ac #aceb56 #56aceb

Analogous Colors of #eb56ac

#eb56ac #eb5661 #e056eb

Monochromatic Colors of #eb56ac

#eb56ac

Complementary Color

#eb56ac #56eb95

#eb56ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb56ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb56ac Color CSS Codes

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

#eb56ac Text Font Color

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

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


#eb56ac Background Color

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

This div background color is #eb56ac


#eb56ac Border Color

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

This div border color is #eb56ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb56ac


Comments

No comments written yet.

Please login to write comment.