Color Hex Logo

#eb11ba Color Hex

#EB11BA
(235,17,186)
0 Favorites   0 Comments

Color spaces of #eb11ba

RGB 23517186
HSL0.870.870.49
HSV313°93°92°
CMYK 0.000.930.21   0.08
XYZ43.324321.608248.3417
Yxy21.60820.38250.1908
Hunter Lab46.484685.0163-29.1194
CIE-Lab53.608884.7614-32.5600

#eb11ba color RGB value is (235,17,186).

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

The process color (four color CMYK) of #eb11ba color hex is 0.00, 0.93, 0.21, 0.08. Web safe color of #eb11ba is #ff00cc. Color #eb11ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010001 10111010
Octal 353 21 272
Decimal 235 17 186
Hex EB 11 BA

RGB Percentages of Color #eb11ba

%53.65
%3.88
%42.47

CMYK Percentages of Color #eb11ba

%0
%93
%21
%8

Triadic Colors of #eb11ba

#eb11ba #baeb11 #11baeb

Analogous Colors of #eb11ba

#eb11ba #eb114d #af11eb

Monochromatic Colors of #eb11ba

#eb11ba

Complementary Color

#eb11ba #11eb42

#eb11ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb11ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb11ba Color CSS Codes

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

#eb11ba Text Font Color

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

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


#eb11ba Background Color

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

This div background color is #eb11ba


#eb11ba Border Color

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

This div border color is #eb11ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,17,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eb11ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb11ba


Comments

No comments written yet.

Please login to write comment.