Color Hex Logo

#eb392a Color Hex

#EB392A
(235,57,42)
0 Favorites   0 Comments

Color spaces of #eb392a

RGB 2355742
HSL0.010.830.54
HSV82°92°
CMYK 0.000.760.82   0.08
XYZ36.142020.75564.2918
Yxy20.75560.59070.3392
Hunter Lab45.558361.879326.3054
CIE-Lab52.681066.199850.3506

#eb392a color RGB value is (235,57,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111001 00101010
Octal 353 71 52
Decimal 235 57 42
Hex EB 39 2A

RGB Percentages of Color #eb392a

%70.36
%17.07
%12.57

CMYK Percentages of Color #eb392a

%0
%76
%82
%8

Triadic Colors of #eb392a

#eb392a #2aeb39 #392aeb

Analogous Colors of #eb392a

#eb392a #eb9a2a #eb2a7c

Monochromatic Colors of #eb392a

#eb392a

Complementary Color

#eb392a #2adceb

#eb392a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb392a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb392a Color CSS Codes

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

#eb392a Text Font Color

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

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


#eb392a Background Color

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

This div background color is #eb392a


#eb392a Border Color

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

This div border color is #eb392a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb392a


Comments

No comments written yet.

Please login to write comment.