Color Hex Logo

#e07c6a Color Hex

#E07C6A
(224,124,106)
0 Favorites   0 Comments

Color spaces of #e07c6a

RGB 224124106
HSL0.030.660.65
HSV53°88°
CMYK 0.000.450.53   0.12
XYZ40.549631.303217.5406
Yxy31.30320.45360.3502
Hunter Lab55.949331.457920.5765
CIE-Lab62.762836.908126.9738

#e07c6a color RGB value is (224,124,106).

#e07c6a hex color red value is 224, green value is 124 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #e07c6a hue: 0.03 , saturation: 0.66 and the lightness value of e07c6a is 0.65.

The process color (four color CMYK) of #e07c6a color hex is 0.00, 0.45, 0.53, 0.12. Web safe color of #e07c6a is #cc6666. Color #e07c6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111100 01101010
Octal 340 174 152
Decimal 224 124 106
Hex E0 7C 6A

RGB Percentages of Color #e07c6a

%49.34
%27.31
%23.35

CMYK Percentages of Color #e07c6a

%0
%45
%53
%12

Triadic Colors of #e07c6a

#e07c6a #6ae07c #7c6ae0

Analogous Colors of #e07c6a

#e07c6a #e0b76a #e06a93

Monochromatic Colors of #e07c6a

#e07c6a

Complementary Color

#e07c6a #6acee0

#e07c6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07c6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07c6a Color CSS Codes

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

#e07c6a Text Font Color

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

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


#e07c6a Background Color

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

This div background color is #e07c6a


#e07c6a Border Color

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

This div border color is #e07c6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07c6a


Comments

No comments written yet.

Please login to write comment.