Color Hex Logo

#e0744d Color Hex

#E0744D
(224,116,77)
0 Favorites   0 Comments

Color spaces of #e0744d

RGB 22411677
HSL0.040.700.59
HSV16°66°88°
CMYK 0.000.480.66   0.12
XYZ38.325428.873910.5744
Yxy28.87390.49280.3713
Hunter Lab53.734433.277625.9464
CIE-Lab60.670238.915940.2590

#e0744d color RGB value is (224,116,77).

#e0744d hex color red value is 224, green value is 116 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #e0744d hue: 0.04 , saturation: 0.70 and the lightness value of e0744d is 0.59.

The process color (four color CMYK) of #e0744d color hex is 0.00, 0.48, 0.66, 0.12. Web safe color of #e0744d is #cc6666. Color #e0744d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110100 01001101
Octal 340 164 115
Decimal 224 116 77
Hex E0 74 4D

RGB Percentages of Color #e0744d

%53.72
%27.82
%18.47

CMYK Percentages of Color #e0744d

%0
%48
%66
%12

Triadic Colors of #e0744d

#e0744d #4de074 #744de0

Analogous Colors of #e0744d

#e0744d #e0be4d #e04d70

Monochromatic Colors of #e0744d

#e0744d

Complementary Color

#e0744d #4db9e0

#e0744d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0744d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0744d Color CSS Codes

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

#e0744d Text Font Color

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

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


#e0744d Background Color

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

This div background color is #e0744d


#e0744d Border Color

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

This div border color is #e0744d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,116,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0744d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0744d;
  -webkit-box-shadow: 1px 1px 3px 2px #e0744d;
  box-shadow:         1px 1px 3px 2px #e0744d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,116,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0744d


Comments

No comments written yet.

Please login to write comment.