Color Hex Logo

#e94e3c Color Hex

#E94E3C
(233,78,60)
0 Favorites   0 Comments

Color spaces of #e94e3c

RGB 2337860
HSL0.020.800.57
HSV74°91°
CMYK 0.000.670.74   0.09
XYZ37.144323.09876.7757
Yxy23.09870.55420.3447
Hunter Lab48.061153.847825.2840
CIE-Lab55.173958.772743.4583

#e94e3c color RGB value is (233,78,60).

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

The process color (four color CMYK) of #e94e3c color hex is 0.00, 0.67, 0.74, 0.09. Web safe color of #e94e3c is #ff6633. Color #e94e3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001110 00111100
Octal 351 116 74
Decimal 233 78 60
Hex E9 4E 3C

RGB Percentages of Color #e94e3c

%62.80
%21.02
%16.17

CMYK Percentages of Color #e94e3c

%0
%67
%74
%9

Triadic Colors of #e94e3c

#e94e3c #3ce94e #4e3ce9

Analogous Colors of #e94e3c

#e94e3c #e9a53c #e93c81

Monochromatic Colors of #e94e3c

#e94e3c

Complementary Color

#e94e3c #3cd7e9

#e94e3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94e3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94e3c Color CSS Codes

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

#e94e3c Text Font Color

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

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


#e94e3c Background Color

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

This div background color is #e94e3c


#e94e3c Border Color

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

This div border color is #e94e3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94e3c


Comments

No comments written yet.

Please login to write comment.