Color Hex Logo

#eb19ac Color Hex

#EB19AC
(235,25,172)
0 Favorites   0 Comments

Color spaces of #eb19ac

RGB 23525172
HSL0.880.840.51
HSV318°89°92°
CMYK 0.000.890.27   0.08
XYZ42.055021.336040.9314
Yxy21.33600.40310.2045
Hunter Lab46.190981.6831-20.2053
CIE-Lab53.315382.2314-24.8338

#eb19ac color RGB value is (235,25,172).

#eb19ac hex color red value is 235, green value is 25 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eb19ac hue: 0.88 , saturation: 0.84 and the lightness value of eb19ac is 0.51.

The process color (four color CMYK) of #eb19ac color hex is 0.00, 0.89, 0.27, 0.08. Web safe color of #eb19ac is #ff0099. Color #eb19ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011001 10101100
Octal 353 31 254
Decimal 235 25 172
Hex EB 19 AC

RGB Percentages of Color #eb19ac

%54.40
%5.79
%39.81

CMYK Percentages of Color #eb19ac

%0
%89
%27
%8

Triadic Colors of #eb19ac

#eb19ac #aceb19 #19aceb

Analogous Colors of #eb19ac

#eb19ac #eb1943 #c119eb

Monochromatic Colors of #eb19ac

#eb19ac

Complementary Color

#eb19ac #19eb58

#eb19ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb19ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb19ac Color CSS Codes

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

#eb19ac Text Font Color

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

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


#eb19ac Background Color

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

This div background color is #eb19ac


#eb19ac Border Color

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

This div border color is #eb19ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb19ac


Comments

No comments written yet.

Please login to write comment.