Color Hex Logo

#e0684a Color Hex

#E0684A
(224,104,74)
0 Favorites   0 Comments

Color spaces of #e0684a

RGB 22410474
HSL0.030.710.58
HSV12°67°88°
CMYK 0.000.540.67   0.12
XYZ36.926826.24239.5976
Yxy26.24230.50750.3606
Hunter Lab51.227239.022824.7509
CIE-Lab58.266344.728239.0370

#e0684a color RGB value is (224,104,74).

#e0684a hex color red value is 224, green value is 104 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #e0684a hue: 0.03 , saturation: 0.71 and the lightness value of e0684a is 0.58.

The process color (four color CMYK) of #e0684a color hex is 0.00, 0.54, 0.67, 0.12. Web safe color of #e0684a is #cc6633. Color #e0684a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101000 01001010
Octal 340 150 112
Decimal 224 104 74
Hex E0 68 4A

RGB Percentages of Color #e0684a

%55.72
%25.87
%18.41

CMYK Percentages of Color #e0684a

%0
%54
%67
%12

Triadic Colors of #e0684a

#e0684a #4ae068 #684ae0

Analogous Colors of #e0684a

#e0684a #e0b34a #e04a77

Monochromatic Colors of #e0684a

#e0684a

Complementary Color

#e0684a #4ac2e0

#e0684a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0684a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0684a Color CSS Codes

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

#e0684a Text Font Color

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

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


#e0684a Background Color

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

This div background color is #e0684a


#e0684a Border Color

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

This div border color is #e0684a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0684a


Comments

No comments written yet.

Please login to write comment.