Color Hex Logo

#eb394f Color Hex

#EB394F
(235,57,79)
0 Favorites   0 Comments

Color spaces of #eb394f

RGB 2355779
HSL0.980.820.57
HSV353°76°92°
CMYK 0.000.760.66   0.08
XYZ37.135421.15299.5228
Yxy21.15290.54760.3119
Hunter Lab45.992363.639219.9185
CIE-Lab53.116467.611730.3897

#eb394f color RGB value is (235,57,79).

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

The process color (four color CMYK) of #eb394f color hex is 0.00, 0.76, 0.66, 0.08. Web safe color of #eb394f is #ff3366. Color #eb394f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111001 01001111
Octal 353 71 117
Decimal 235 57 79
Hex EB 39 4F

RGB Percentages of Color #eb394f

%63.34
%15.36
%21.29

CMYK Percentages of Color #eb394f

%0
%76
%66
%8

Triadic Colors of #eb394f

#eb394f #4feb39 #394feb

Analogous Colors of #eb394f

#eb394f #eb7c39 #eb39a8

Monochromatic Colors of #eb394f

#eb394f

Complementary Color

#eb394f #39ebd5

#eb394f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb394f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb394f Color CSS Codes

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

#eb394f Text Font Color

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

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


#eb394f Background Color

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

This div background color is #eb394f


#eb394f Border Color

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

This div border color is #eb394f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb394f


Comments

No comments written yet.

Please login to write comment.