Color Hex Logo

#eb11ac Color Hex

#EB11AC
(235,17,172)
0 Favorites   0 Comments

Color spaces of #eb11ac

RGB 23517172
HSL0.880.870.49
HSV317°93°92°
CMYK 0.000.930.27   0.08
XYZ41.907821.041640.8824
Yxy21.04160.40360.2027
Hunter Lab45.871182.8029-20.7321
CIE-Lab52.995083.1669-25.3284

#eb11ac color RGB value is (235,17,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010001 10101100
Octal 353 21 254
Decimal 235 17 172
Hex EB 11 AC

RGB Percentages of Color #eb11ac

%55.42
%4.01
%40.57

CMYK Percentages of Color #eb11ac

%0
%93
%27
%8

Triadic Colors of #eb11ac

#eb11ac #aceb11 #11aceb

Analogous Colors of #eb11ac

#eb11ac #eb113f #bd11eb

Monochromatic Colors of #eb11ac

#eb11ac

Complementary Color

#eb11ac #11eb50

#eb11ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb11ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb11ac Color CSS Codes

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

#eb11ac Text Font Color

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

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


#eb11ac Background Color

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

This div background color is #eb11ac


#eb11ac Border Color

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

This div border color is #eb11ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb11ac


Comments

No comments written yet.

Please login to write comment.