Color Hex Logo

#eb041a Color Hex

#EB041A
(235,4,26)
0 Favorites   0 Comments

Color spaces of #eb041a

RGB 235426
HSL0.980.970.47
HSV354°98°92°
CMYK 0.000.980.89   0.08
XYZ34.490817.82362.5997
Yxy17.82360.62810.3246
Hunter Lab42.218071.947425.9016
CIE-Lab49.281575.250354.9637

#eb041a color RGB value is (235,4,26).

#eb041a hex color red value is 235, green value is 4 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #eb041a hue: 0.98 , saturation: 0.97 and the lightness value of eb041a is 0.47.

The process color (four color CMYK) of #eb041a color hex is 0.00, 0.98, 0.89, 0.08. Web safe color of #eb041a is #ff0033. Color #eb041a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000100 00011010
Octal 353 4 32
Decimal 235 4 26
Hex EB 4 1A

RGB Percentages of Color #eb041a

%88.68
%1.51
%9.81

CMYK Percentages of Color #eb041a

%0
%98
%89
%8

Triadic Colors of #eb041a

#eb041a #1aeb04 #041aeb

Analogous Colors of #eb041a

#eb041a #eb6204 #eb048e

Monochromatic Colors of #eb041a

#eb041a

Complementary Color

#eb041a #04ebd5

#eb041a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb041a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb041a Color CSS Codes

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

#eb041a Text Font Color

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

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


#eb041a Background Color

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

This div background color is #eb041a


#eb041a Border Color

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

This div border color is #eb041a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb041a


Comments

No comments written yet.

Please login to write comment.