Color Hex Logo

#e0774e Color Hex

#E0774E
(224,119,78)
0 Favorites   0 Comments

Color spaces of #e0774e

RGB 22411978
HSL0.050.700.59
HSV17°65°88°
CMYK 0.000.470.65   0.12
XYZ38.712429.591010.8790
Yxy29.59100.48890.3737
Hunter Lab54.397631.834826.2209
CIE-Lab61.299737.441640.4700

#e0774e color RGB value is (224,119,78).

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

The process color (four color CMYK) of #e0774e color hex is 0.00, 0.47, 0.65, 0.12. Web safe color of #e0774e is #cc6666. Color #e0774e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110111 01001110
Octal 340 167 116
Decimal 224 119 78
Hex E0 77 4E

RGB Percentages of Color #e0774e

%53.21
%28.27
%18.53

CMYK Percentages of Color #e0774e

%0
%47
%65
%12

Triadic Colors of #e0774e

#e0774e #4ee077 #774ee0

Analogous Colors of #e0774e

#e0774e #e0c04e #e04e6e

Monochromatic Colors of #e0774e

#e0774e

Complementary Color

#e0774e #4eb7e0

#e0774e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0774e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0774e Color CSS Codes

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

#e0774e Text Font Color

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

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


#e0774e Background Color

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

This div background color is #e0774e


#e0774e Border Color

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

This div border color is #e0774e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0774e


Comments

No comments written yet.

Please login to write comment.