Color Hex Logo

#eb119b Color Hex

#EB119B
(235,17,155)
0 Favorites   0 Comments

Color spaces of #eb119b

RGB 23517155
HSL0.890.870.49
HSV322°93°92°
CMYK 0.000.930.34   0.08
XYZ40.377820.429632.8255
Yxy20.42960.43120.2182
Hunter Lab45.199180.3612-11.4195
CIE-Lab52.319581.3898-16.3134

#eb119b color RGB value is (235,17,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010001 10011011
Octal 353 21 233
Decimal 235 17 155
Hex EB 11 9B

RGB Percentages of Color #eb119b

%57.74
%4.18
%38.08

CMYK Percentages of Color #eb119b

%0
%93
%34
%8

Triadic Colors of #eb119b

#eb119b #9beb11 #119beb

Analogous Colors of #eb119b

#eb119b #eb112e #ce11eb

Monochromatic Colors of #eb119b

#eb119b

Complementary Color

#eb119b #11eb61

#eb119b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb119b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb119b Color CSS Codes

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

#eb119b Text Font Color

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

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


#eb119b Background Color

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

This div background color is #eb119b


#eb119b Border Color

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

This div border color is #eb119b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb119b


Comments

No comments written yet.

Please login to write comment.