Color Hex Logo

#eb160b Color Hex

#EB160B
(235,22,11)
0 Favorites   0 Comments

Color spaces of #eb160b

RGB 2352211
HSL0.010.910.48
HSV95°92°
CMYK 0.000.910.95   0.08
XYZ34.608318.26012.0171
Yxy18.26010.63060.3327
Hunter Lab42.731869.785527.1136
CIE-Lab49.810173.376260.5457

#eb160b color RGB value is (235,22,11).

#eb160b hex color red value is 235, green value is 22 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eb160b hue: 0.01 , saturation: 0.91 and the lightness value of eb160b is 0.48.

The process color (four color CMYK) of #eb160b color hex is 0.00, 0.91, 0.95, 0.08. Web safe color of #eb160b is #ff0000. Color #eb160b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010110 00001011
Octal 353 26 13
Decimal 235 22 11
Hex EB 16 B

RGB Percentages of Color #eb160b

%87.69
%8.21
%4.10

CMYK Percentages of Color #eb160b

%0
%91
%95
%8

Triadic Colors of #eb160b

#eb160b #0beb16 #160beb

Analogous Colors of #eb160b

#eb160b #eb860b #eb0b70

Monochromatic Colors of #eb160b

#eb160b

Complementary Color

#eb160b #0be0eb

#eb160b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb160b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb160b Color CSS Codes

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

#eb160b Text Font Color

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

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


#eb160b Background Color

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

This div background color is #eb160b


#eb160b Border Color

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

This div border color is #eb160b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb160b


Comments

No comments written yet.

Please login to write comment.