Color Hex Logo

#eb14ac Color Hex

#EB14AC
(235,20,172)
0 Favorites   0 Comments

Color spaces of #eb14ac

RGB 23520172
HSL0.880.840.50
HSV318°91°92°
CMYK 0.000.910.27   0.08
XYZ41.957521.141040.8989
Yxy21.14100.40340.2033
Hunter Lab45.979382.4226-20.5533
CIE-Lab53.103582.8497-25.1608

#eb14ac color RGB value is (235,20,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010100 10101100
Octal 353 24 254
Decimal 235 20 172
Hex EB 14 AC

RGB Percentages of Color #eb14ac

%55.04
%4.68
%40.28

CMYK Percentages of Color #eb14ac

%0
%91
%27
%8

Triadic Colors of #eb14ac

#eb14ac #aceb14 #14aceb

Analogous Colors of #eb14ac

#eb14ac #eb1440 #bf14eb

Monochromatic Colors of #eb14ac

#eb14ac

Complementary Color

#eb14ac #14eb53

#eb14ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb14ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb14ac Color CSS Codes

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

#eb14ac Text Font Color

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

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


#eb14ac Background Color

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

This div background color is #eb14ac


#eb14ac Border Color

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

This div border color is #eb14ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb14ac


Comments

No comments written yet.

Please login to write comment.