color codes Logo

#e8394c color codes

#E8394C
(232,57,76)
0 Favorites   0 Comments

Color spaces of #e8394c

RGB 2325776
HSL0.980.790.57
HSV353°75°91°
CMYK 0.000.750.67   0.09
XYZ36.046320.60398.9146
Yxy20.60390.54980.3143
Hunter Lab45.391562.315220.1299
CIE-Lab52.513266.602831.2814

#e8394c color RGB value is (232,57,76).

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

The process color (four color CMYK) of #e8394c color code is 0.00, 0.75, 0.67, 0.09. Web safe color of #e8394c is #ff3333. Color #e8394c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111001 01001100
Octal 350 71 114
Decimal 232 57 76
Hex E8 39 4C

RGB Percentages of Color #e8394c

%63.56
%15.62
%20.82

CMYK Percentages of Color #e8394c

%0
%75
%67
%9

Triadic Colors of #e8394c

#e8394c #4ce839 #394ce8

Analogous Colors of #e8394c

#e8394c #e87e39 #e839a4

Monochromatic Colors of #e8394c

#e8394c

Complementary Color

#e8394c #39e8d5

#e8394c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8394c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8394c Color CSS Codes

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

#e8394c Text Font Color

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

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


#e8394c Background Color

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

This div background color is #e8394c


#e8394c Border Color

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

This div border color is #e8394c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8394c


Comments

No comments written yet.

Please login to write comment.