Color Hex Logo

#eb116b Color Hex

#EB116B
(235,17,107)
0 Favorites   0 Comments

Color spaces of #eb116b

RGB 23517107
HSL0.930.870.49
HSV335°93°92°
CMYK 0.000.930.54   0.08
XYZ37.115219.124615.6451
Yxy19.12460.51630.2660
Hunter Lab43.731774.96309.4011
CIE-Lab50.832777.389310.4750

#eb116b color RGB value is (235,17,107).

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

The process color (four color CMYK) of #eb116b color hex is 0.00, 0.93, 0.54, 0.08. Web safe color of #eb116b is #ff0066. Color #eb116b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010001 01101011
Octal 353 21 153
Decimal 235 17 107
Hex EB 11 6B

RGB Percentages of Color #eb116b

%65.46
%4.74
%29.81

CMYK Percentages of Color #eb116b

%0
%93
%54
%8

Triadic Colors of #eb116b

#eb116b #6beb11 #116beb

Analogous Colors of #eb116b

#eb116b #eb2411 #eb11d8

Monochromatic Colors of #eb116b

#eb116b

Complementary Color

#eb116b #11eb91

#eb116b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb116b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb116b Color CSS Codes

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

#eb116b Text Font Color

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

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


#eb116b Background Color

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

This div background color is #eb116b


#eb116b Border Color

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

This div border color is #eb116b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb116b


Comments

No comments written yet.

Please login to write comment.