Color Hex Logo

#e9394e Color Hex

#E9394E
(233,57,78)
0 Favorites   0 Comments

Color spaces of #e9394e

RGB 2335778
HSL0.980.800.57
HSV353°76°91°
CMYK 0.000.760.67   0.09
XYZ36.442520.80009.3018
Yxy20.80000.54760.3126
Hunter Lab45.607062.819019.8324
CIE-Lab52.729966.990030.4154

#e9394e color RGB value is (233,57,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111001 01001110
Octal 351 71 116
Decimal 233 57 78
Hex E9 39 4E

RGB Percentages of Color #e9394e

%63.32
%15.49
%21.20

CMYK Percentages of Color #e9394e

%0
%76
%67
%9

Triadic Colors of #e9394e

#e9394e #4ee939 #394ee9

Analogous Colors of #e9394e

#e9394e #e97c39 #e939a6

Monochromatic Colors of #e9394e

#e9394e

Complementary Color

#e9394e #39e9d4

#e9394e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9394e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9394e Color CSS Codes

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

#e9394e Text Font Color

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

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


#e9394e Background Color

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

This div background color is #e9394e


#e9394e Border Color

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

This div border color is #e9394e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9394e


Comments

No comments written yet.

Please login to write comment.