Color Hex Logo

#eb394e Color Hex

#EB394E
(235,57,78)
0 Favorites   0 Comments

Color spaces of #eb394e

RGB 2355778
HSL0.980.820.57
HSV353°76°92°
CMYK 0.000.760.67   0.08
XYZ37.099221.13859.3325
Yxy21.13850.54900.3128
Hunter Lab45.976663.575120.1487
CIE-Lab53.100767.560530.9580

#eb394e color RGB value is (235,57,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111001 01001110
Octal 353 71 116
Decimal 235 57 78
Hex EB 39 4E

RGB Percentages of Color #eb394e

%63.51
%15.41
%21.08

CMYK Percentages of Color #eb394e

%0
%76
%67
%8

Triadic Colors of #eb394e

#eb394e #4eeb39 #394eeb

Analogous Colors of #eb394e

#eb394e #eb7d39 #eb39a7

Monochromatic Colors of #eb394e

#eb394e

Complementary Color

#eb394e #39ebd6

#eb394e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb394e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb394e Color CSS Codes

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

#eb394e Text Font Color

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

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


#eb394e Background Color

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

This div background color is #eb394e


#eb394e Border Color

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

This div border color is #eb394e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb394e


Comments

No comments written yet.

Please login to write comment.