Color Hex Logo

#eb122a Color Hex

#EB122A
(235,18,42)
0 Favorites   0 Comments

Color spaces of #eb122a

RGB 2351842
HSL0.980.860.50
HSV353°92°92°
CMYK 0.000.920.82   0.08
XYZ34.895218.26193.8762
Yxy18.26190.61180.3202
Hunter Lab42.733970.973124.5358
CIE-Lab49.812274.350847.6765

#eb122a color RGB value is (235,18,42).

#eb122a hex color red value is 235, green value is 18 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eb122a hue: 0.98 , saturation: 0.86 and the lightness value of eb122a is 0.50.

The process color (four color CMYK) of #eb122a color hex is 0.00, 0.92, 0.82, 0.08. Web safe color of #eb122a is #ff0033. Color #eb122a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010010 00101010
Octal 353 22 52
Decimal 235 18 42
Hex EB 12 2A

RGB Percentages of Color #eb122a

%79.66
%6.10
%14.24

CMYK Percentages of Color #eb122a

%0
%92
%82
%8

Triadic Colors of #eb122a

#eb122a #2aeb12 #122aeb

Analogous Colors of #eb122a

#eb122a #eb6712 #eb1297

Monochromatic Colors of #eb122a

#eb122a

Complementary Color

#eb122a #12ebd3

#eb122a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb122a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb122a Color CSS Codes

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

#eb122a Text Font Color

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

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


#eb122a Background Color

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

This div background color is #eb122a


#eb122a Border Color

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

This div border color is #eb122a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb122a


Comments

No comments written yet.

Please login to write comment.