Color Hex Logo

#eb492a Color Hex

#EB492A
(235,73,42)
0 Favorites   0 Comments

Color spaces of #eb492a

RGB 2357342
HSL0.030.830.54
HSV10°82°92°
CMYK 0.000.690.82   0.08
XYZ37.061422.59444.5983
Yxy22.59440.57680.3516
Hunter Lab47.533655.990727.5379
CIE-Lab54.652160.749652.1659

#eb492a color RGB value is (235,73,42).

#eb492a hex color red value is 235, green value is 73 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eb492a hue: 0.03 , saturation: 0.83 and the lightness value of eb492a is 0.54.

The process color (four color CMYK) of #eb492a color hex is 0.00, 0.69, 0.82, 0.08. Web safe color of #eb492a is #ff3333. Color #eb492a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001001 00101010
Octal 353 111 52
Decimal 235 73 42
Hex EB 49 2A

RGB Percentages of Color #eb492a

%67.14
%20.86
%12.00

CMYK Percentages of Color #eb492a

%0
%69
%82
%8

Triadic Colors of #eb492a

#eb492a #2aeb49 #492aeb

Analogous Colors of #eb492a

#eb492a #ebaa2a #eb2a6c

Monochromatic Colors of #eb492a

#eb492a

Complementary Color

#eb492a #2acceb

#eb492a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb492a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb492a Color CSS Codes

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

#eb492a Text Font Color

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

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


#eb492a Background Color

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

This div background color is #eb492a


#eb492a Border Color

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

This div border color is #eb492a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb492a


Comments

No comments written yet.

Please login to write comment.