Color Hex Logo

#eb180b Color Hex

#EB180B
(235,24,11)
0 Favorites   0 Comments

Color spaces of #eb180b

RGB 2352411
HSL0.010.910.48
HSV95°92°
CMYK 0.000.900.95   0.08
XYZ34.648018.33962.0304
Yxy18.33960.62980.3333
Hunter Lab42.824869.474727.1663
CIE-Lab49.905473.101660.5941

#eb180b color RGB value is (235,24,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011000 00001011
Octal 353 30 13
Decimal 235 24 11
Hex EB 18 B

RGB Percentages of Color #eb180b

%87.04
%8.89
%4.07

CMYK Percentages of Color #eb180b

%0
%90
%95
%8

Triadic Colors of #eb180b

#eb180b #0beb18 #180beb

Analogous Colors of #eb180b

#eb180b #eb880b #eb0b6e

Monochromatic Colors of #eb180b

#eb180b

Complementary Color

#eb180b #0bdeeb

#eb180b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb180b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb180b Color CSS Codes

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

#eb180b Text Font Color

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

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


#eb180b Background Color

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

This div background color is #eb180b


#eb180b Border Color

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

This div border color is #eb180b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb180b


Comments

No comments written yet.

Please login to write comment.