Color Hex Logo

#eb130e Color Hex

#EB130E
(235,19,14)
0 Favorites   0 Comments

Color spaces of #eb130e

RGB 2351914
HSL0.000.890.49
HSV94°92°
CMYK 0.000.920.94   0.08
XYZ34.573118.15962.0984
Yxy18.15960.63050.3312
Hunter Lab42.614170.243626.9103
CIE-Lab49.689173.776559.6355

#eb130e color RGB value is (235,19,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010011 00001110
Octal 353 23 16
Decimal 235 19 14
Hex EB 13 E

RGB Percentages of Color #eb130e

%87.69
%7.09
%5.22

CMYK Percentages of Color #eb130e

%0
%92
%94
%8

Triadic Colors of #eb130e

#eb130e #0eeb13 #130eeb

Analogous Colors of #eb130e

#eb130e #eb820e #eb0e78

Monochromatic Colors of #eb130e

#eb130e

Complementary Color

#eb130e #0ee6eb

#eb130e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb130e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb130e Color CSS Codes

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

#eb130e Text Font Color

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

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


#eb130e Background Color

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

This div background color is #eb130e


#eb130e Border Color

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

This div border color is #eb130e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,19,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 #eb130e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb130e


Comments

No comments written yet.

Please login to write comment.