Color Hex Logo

#eb181d Color Hex

#EB181D
(235,24,29)
0 Favorites   0 Comments

Color spaces of #eb181d

RGB 2352429
HSL1.000.840.51
HSV359°90°92°
CMYK 0.000.900.88   0.08
XYZ34.809418.40412.8801
Yxy18.40410.62060.3281
Hunter Lab42.900069.761326.0496
CIE-Lab49.982673.322754.1723

#eb181d color RGB value is (235,24,29).

#eb181d hex color red value is 235, green value is 24 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #eb181d hue: 1.00 , saturation: 0.84 and the lightness value of eb181d is 0.51.

The process color (four color CMYK) of #eb181d color hex is 0.00, 0.90, 0.88, 0.08. Web safe color of #eb181d is #ff0033. Color #eb181d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011000 00011101
Octal 353 30 35
Decimal 235 24 29
Hex EB 18 1D

RGB Percentages of Color #eb181d

%81.60
%8.33
%10.07

CMYK Percentages of Color #eb181d

%0
%90
%88
%8

Triadic Colors of #eb181d

#eb181d #1deb18 #181deb

Analogous Colors of #eb181d

#eb181d #eb7d18 #eb1887

Monochromatic Colors of #eb181d

#eb181d

Complementary Color

#eb181d #18ebe6

#eb181d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb181d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb181d Color CSS Codes

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

#eb181d Text Font Color

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

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


#eb181d Background Color

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

This div background color is #eb181d


#eb181d Border Color

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

This div border color is #eb181d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb181d


Comments

No comments written yet.

Please login to write comment.