Color Hex Logo

#eb180d Color Hex

#EB180D
(235,24,13)
0 Favorites   0 Comments

Color spaces of #eb180d

RGB 2352413
HSL0.010.900.49
HSV94°92°
CMYK 0.000.900.94   0.08
XYZ34.660218.34452.0948
Yxy18.34450.62900.3329
Hunter Lab42.830569.496327.0815
CIE-Lab49.911373.118360.0493

#eb180d color RGB value is (235,24,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011000 00001101
Octal 353 30 15
Decimal 235 24 13
Hex EB 18 D

RGB Percentages of Color #eb180d

%86.40
%8.82
%4.78

CMYK Percentages of Color #eb180d

%0
%90
%94
%8

Triadic Colors of #eb180d

#eb180d #0deb18 #180deb

Analogous Colors of #eb180d

#eb180d #eb870d #eb0d71

Monochromatic Colors of #eb180d

#eb180d

Complementary Color

#eb180d #0de0eb

#eb180d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb180d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb180d Color CSS Codes

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

#eb180d Text Font Color

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

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


#eb180d Background Color

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

This div background color is #eb180d


#eb180d Border Color

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

This div border color is #eb180d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb180d


Comments

No comments written yet.

Please login to write comment.