Color Hex Logo

#eb118a Color Hex

#EB118A
(235,17,138)
0 Favorites   0 Comments

Color spaces of #eb118a

RGB 23517138
HSL0.910.870.49
HSV327°93°92°
CMYK 0.000.930.41   0.08
XYZ39.048819.898025.8274
Yxy19.89800.46060.2347
Hunter Lab44.607278.1951-3.1037
CIE-Lab51.721779.7966-7.0431

#eb118a color RGB value is (235,17,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010001 10001010
Octal 353 21 212
Decimal 235 17 138
Hex EB 11 8A

RGB Percentages of Color #eb118a

%60.26
%4.36
%35.38

CMYK Percentages of Color #eb118a

%0
%93
%41
%8

Triadic Colors of #eb118a

#eb118a #8aeb11 #118aeb

Analogous Colors of #eb118a

#eb118a #eb111d #df11eb

Monochromatic Colors of #eb118a

#eb118a

Complementary Color

#eb118a #11eb72

#eb118a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb118a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb118a Color CSS Codes

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

#eb118a Text Font Color

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

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


#eb118a Background Color

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

This div background color is #eb118a


#eb118a Border Color

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

This div border color is #eb118a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb118a


Comments

No comments written yet.

Please login to write comment.