Color Hex Logo

#eb49ac Color Hex

#EB49AC
(235,73,172)
0 Favorites   0 Comments

Color spaces of #eb49ac

RGB 23573172
HSL0.900.800.60
HSV323°69°92°
CMYK 0.000.690.27   0.08
XYZ44.089925.405841.6097
Yxy25.40580.39680.2287
Hunter Lab50.404267.9315-13.6622
CIE-Lab57.468770.3774-18.4657

#eb49ac color RGB value is (235,73,172).

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

The process color (four color CMYK) of #eb49ac color hex is 0.00, 0.69, 0.27, 0.08. Web safe color of #eb49ac is #ff3399. Color #eb49ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001001 10101100
Octal 353 111 254
Decimal 235 73 172
Hex EB 49 AC

RGB Percentages of Color #eb49ac

%48.96
%15.21
%35.83

CMYK Percentages of Color #eb49ac

%0
%69
%27
%8

Triadic Colors of #eb49ac

#eb49ac #aceb49 #49aceb

Analogous Colors of #eb49ac

#eb49ac #eb495b #d949eb

Monochromatic Colors of #eb49ac

#eb49ac

Complementary Color

#eb49ac #49eb88

#eb49ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb49ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb49ac Color CSS Codes

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

#eb49ac Text Font Color

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

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


#eb49ac Background Color

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

This div background color is #eb49ac


#eb49ac Border Color

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

This div border color is #eb49ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb49ac


Comments

No comments written yet.

Please login to write comment.