Color Hex Logo

#eb394a Color Hex

#EB394A
(235,57,74)
0 Favorites   0 Comments

Color spaces of #eb394a

RGB 2355774
HSL0.980.820.57
HSV354°76°92°
CMYK 0.000.760.69   0.08
XYZ36.960121.08288.5999
Yxy21.08280.55460.3164
Hunter Lab45.916063.330621.0364
CIE-Lab53.040067.365133.2238

#eb394a color RGB value is (235,57,74).

#eb394a hex color red value is 235, green value is 57 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #eb394a hue: 0.98 , saturation: 0.82 and the lightness value of eb394a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111001 01001010
Octal 353 71 112
Decimal 235 57 74
Hex EB 39 4A

RGB Percentages of Color #eb394a

%64.21
%15.57
%20.22

CMYK Percentages of Color #eb394a

%0
%76
%69
%8

Triadic Colors of #eb394a

#eb394a #4aeb39 #394aeb

Analogous Colors of #eb394a

#eb394a #eb8139 #eb39a3

Monochromatic Colors of #eb394a

#eb394a

Complementary Color

#eb394a #39ebda

#eb394a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb394a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb394a Color CSS Codes

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

#eb394a Text Font Color

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

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


#eb394a Background Color

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

This div background color is #eb394a


#eb394a Border Color

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

This div border color is #eb394a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb394a


Comments

No comments written yet.

Please login to write comment.