Color Hex Logo

#e0684c Color Hex

#E0684C
(224,104,76)
0 Favorites   0 Comments

Color spaces of #e0684c

RGB 22410476
HSL0.030.700.59
HSV11°66°88°
CMYK 0.000.540.66   0.12
XYZ36.995326.26979.9582
Yxy26.26970.50520.3588
Hunter Lab51.254039.147524.3583
CIE-Lab58.292244.842337.9805

#e0684c color RGB value is (224,104,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101000 01001100
Octal 340 150 114
Decimal 224 104 76
Hex E0 68 4C

RGB Percentages of Color #e0684c

%55.45
%25.74
%18.81

CMYK Percentages of Color #e0684c

%0
%54
%66
%12

Triadic Colors of #e0684c

#e0684c #4ce068 #684ce0

Analogous Colors of #e0684c

#e0684c #e0b24c #e04c7a

Monochromatic Colors of #e0684c

#e0684c

Complementary Color

#e0684c #4cc4e0

#e0684c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0684c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0684c Color CSS Codes

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

#e0684c Text Font Color

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

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


#e0684c Background Color

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

This div background color is #e0684c


#e0684c Border Color

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

This div border color is #e0684c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0684c


Comments

No comments written yet.

Please login to write comment.