Color Hex Logo

#eb105b Color Hex

#EB105B
(235,16,91)
0 Favorites   0 Comments

Color spaces of #eb105b

RGB 2351691
HSL0.940.870.49
HSV339°93°92°
CMYK 0.000.930.61   0.08
XYZ36.334618.788111.6089
Yxy18.78810.54450.2815
Hunter Lab43.345273.775314.4624
CIE-Lab50.438476.508519.7128

#eb105b color RGB value is (235,16,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010000 01011011
Octal 353 20 133
Decimal 235 16 91
Hex EB 10 5B

RGB Percentages of Color #eb105b

%68.71
%4.68
%26.61

CMYK Percentages of Color #eb105b

%0
%93
%61
%8

Triadic Colors of #eb105b

#eb105b #5beb10 #105beb

Analogous Colors of #eb105b

#eb105b #eb3310 #eb10c9

Monochromatic Colors of #eb105b

#eb105b

Complementary Color

#eb105b #10eba0

#eb105b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb105b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb105b Color CSS Codes

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

#eb105b Text Font Color

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

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


#eb105b Background Color

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

This div background color is #eb105b


#eb105b Border Color

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

This div border color is #eb105b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb105b


Comments

No comments written yet.

Please login to write comment.