Color Hex Logo

#eb100e Color Hex

#EB100E
(235,16,14)
0 Favorites   0 Comments

Color spaces of #eb100e

RGB 2351614
HSL0.000.890.49
HSV94°92°
CMYK 0.000.930.94   0.08
XYZ34.525518.06452.0826
Yxy18.06450.63150.3304
Hunter Lab42.502470.620026.8465
CIE-Lab49.574274.107859.5724

#eb100e color RGB value is (235,16,14).

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

The process color (four color CMYK) of #eb100e color hex is 0.00, 0.93, 0.94, 0.08. Web safe color of #eb100e is #ff0000. Color #eb100e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010000 00001110
Octal 353 20 16
Decimal 235 16 14
Hex EB 10 E

RGB Percentages of Color #eb100e

%88.68
%6.04
%5.28

CMYK Percentages of Color #eb100e

%0
%93
%94
%8

Triadic Colors of #eb100e

#eb100e #0eeb10 #100eeb

Analogous Colors of #eb100e

#eb100e #eb7f0e #eb0e7b

Monochromatic Colors of #eb100e

#eb100e

Complementary Color

#eb100e #0ee9eb

#eb100e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb100e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb100e Color CSS Codes

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

#eb100e Text Font Color

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

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


#eb100e Background Color

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

This div background color is #eb100e


#eb100e Border Color

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

This div border color is #eb100e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb100e

#eb100e Color Palettes


Comments

No comments written yet.

Please login to write comment.