Color Hex Logo

#eb11bc Color Hex

#EB11BC
(235,17,188)
0 Favorites   0 Comments

Color spaces of #eb11bc

RGB 23517188
HSL0.870.870.49
HSV313°93°92°
CMYK 0.000.930.20   0.08
XYZ43.538521.693949.4696
Yxy21.69390.37960.1891
Hunter Lab46.576785.3472-30.3688
CIE-Lab53.700784.9984-33.5791

#eb11bc color RGB value is (235,17,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010001 10111100
Octal 353 21 274
Decimal 235 17 188
Hex EB 11 BC

RGB Percentages of Color #eb11bc

%53.41
%3.86
%42.73

CMYK Percentages of Color #eb11bc

%0
%93
%20
%8

Triadic Colors of #eb11bc

#eb11bc #bceb11 #11bceb

Analogous Colors of #eb11bc

#eb11bc #eb114f #ad11eb

Monochromatic Colors of #eb11bc

#eb11bc

Complementary Color

#eb11bc #11eb40

#eb11bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb11bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb11bc Color CSS Codes

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

#eb11bc Text Font Color

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

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


#eb11bc Background Color

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

This div background color is #eb11bc


#eb11bc Border Color

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

This div border color is #eb11bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb11bc


Comments

No comments written yet.

Please login to write comment.