Color Hex Logo

#eb105f Color Hex

#EB105F
(235,16,95)
0 Favorites   0 Comments

Color spaces of #eb105f

RGB 2351695
HSL0.940.870.49
HSV338°93°92°
CMYK 0.000.930.60   0.08
XYZ36.511818.859012.5422
Yxy18.85900.53760.2777
Hunter Lab43.427074.079113.2752
CIE-Lab50.521876.737717.3805

#eb105f color RGB value is (235,16,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010000 01011111
Octal 353 20 137
Decimal 235 16 95
Hex EB 10 5F

RGB Percentages of Color #eb105f

%67.92
%4.62
%27.46

CMYK Percentages of Color #eb105f

%0
%93
%60
%8

Triadic Colors of #eb105f

#eb105f #5feb10 #105feb

Analogous Colors of #eb105f

#eb105f #eb2e10 #eb10cd

Monochromatic Colors of #eb105f

#eb105f

Complementary Color

#eb105f #10eb9c

#eb105f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb105f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb105f Color CSS Codes

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

#eb105f Text Font Color

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

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


#eb105f Background Color

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

This div background color is #eb105f


#eb105f Border Color

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

This div border color is #eb105f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb105f


Comments

No comments written yet.

Please login to write comment.