Color Hex Logo

#eb051a Color Hex

#EB051A
(235,5,26)
0 Favorites   0 Comments

Color spaces of #eb051a

RGB 235526
HSL0.980.960.47
HSV355°98°92°
CMYK 0.000.980.89   0.08
XYZ34.501717.84532.6033
Yxy17.84530.62790.3248
Hunter Lab42.243771.859925.9168
CIE-Lab49.307975.173754.9828

#eb051a color RGB value is (235,5,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000101 00011010
Octal 353 5 32
Decimal 235 5 26
Hex EB 5 1A

RGB Percentages of Color #eb051a

%88.35
%1.88
%9.77

CMYK Percentages of Color #eb051a

%0
%98
%89
%8

Triadic Colors of #eb051a

#eb051a #1aeb05 #051aeb

Analogous Colors of #eb051a

#eb051a #eb6305 #eb058d

Monochromatic Colors of #eb051a

#eb051a

Complementary Color

#eb051a #05ebd6

#eb051a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb051a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb051a Color CSS Codes

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

#eb051a Text Font Color

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

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


#eb051a Background Color

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

This div background color is #eb051a


#eb051a Border Color

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

This div border color is #eb051a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb051a


Comments

No comments written yet.

Please login to write comment.