Color Hex Logo

#e0764e Color Hex

#E0764E
(224,118,78)
0 Favorites   0 Comments

Color spaces of #e0764e

RGB 22411878
HSL0.050.700.59
HSV16°65°88°
CMYK 0.000.470.65   0.12
XYZ38.594029.354210.8395
Yxy29.35420.48980.3726
Hunter Lab54.179532.337826.0637
CIE-Lab61.093037.954540.2260

#e0764e color RGB value is (224,118,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110110 01001110
Octal 340 166 116
Decimal 224 118 78
Hex E0 76 4E

RGB Percentages of Color #e0764e

%53.33
%28.10
%18.57

CMYK Percentages of Color #e0764e

%0
%47
%65
%12

Triadic Colors of #e0764e

#e0764e #4ee076 #764ee0

Analogous Colors of #e0764e

#e0764e #e0bf4e #e04e6f

Monochromatic Colors of #e0764e

#e0764e

Complementary Color

#e0764e #4eb8e0

#e0764e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0764e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0764e Color CSS Codes

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

#e0764e Text Font Color

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

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


#e0764e Background Color

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

This div background color is #e0764e


#e0764e Border Color

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

This div border color is #e0764e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0764e


Comments

No comments written yet.

Please login to write comment.