Color Hex Logo

#eb341a Color Hex

#EB341A
(235,52,26)
0 Favorites   0 Comments

Color spaces of #eb341a

RGB 2355226
HSL0.020.840.51
HSV89°92°
CMYK 0.000.780.89   0.08
XYZ35.675420.19272.9946
Yxy20.19270.60610.3430
Hunter Lab44.936363.074627.5043
CIE-Lab52.054467.335056.9649

#eb341a color RGB value is (235,52,26).

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

The process color (four color CMYK) of #eb341a color hex is 0.00, 0.78, 0.89, 0.08. Web safe color of #eb341a is #ff3333. Color #eb341a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110100 00011010
Octal 353 64 32
Decimal 235 52 26
Hex EB 34 1A

RGB Percentages of Color #eb341a

%75.08
%16.61
%8.31

CMYK Percentages of Color #eb341a

%0
%78
%89
%8

Triadic Colors of #eb341a

#eb341a #1aeb34 #341aeb

Analogous Colors of #eb341a

#eb341a #eb9d1a #eb1a69

Monochromatic Colors of #eb341a

#eb341a

Complementary Color

#eb341a #1ad1eb

#eb341a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb341a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb341a Color CSS Codes

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

#eb341a Text Font Color

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

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


#eb341a Background Color

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

This div background color is #eb341a


#eb341a Border Color

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

This div border color is #eb341a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb341a


Comments

No comments written yet.

Please login to write comment.