Color Hex Logo

#e5685d Color Hex

#E5685D
(229,104,93)
0 Favorites   0 Comments

Color spaces of #e5685d

RGB 22910493
HSL0.010.720.63
HSV59°90°
CMYK 0.000.550.59   0.10
XYZ39.239227.349013.5667
Yxy27.34900.48950.3412
Hunter Lab52.296342.414521.2264
CIE-Lab59.296047.752029.9277

#e5685d color RGB value is (229,104,93).

#e5685d hex color red value is 229, green value is 104 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e5685d hue: 0.01 , saturation: 0.72 and the lightness value of e5685d is 0.63.

The process color (four color CMYK) of #e5685d color hex is 0.00, 0.55, 0.59, 0.10. Web safe color of #e5685d is #cc6666. Color #e5685d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101000 01011101
Octal 345 150 135
Decimal 229 104 93
Hex E5 68 5D

RGB Percentages of Color #e5685d

%53.76
%24.41
%21.83

CMYK Percentages of Color #e5685d

%0
%55
%59
%10

Triadic Colors of #e5685d

#e5685d #5de568 #685de5

Analogous Colors of #e5685d

#e5685d #e5ac5d #e55d96

Monochromatic Colors of #e5685d

#e5685d

Complementary Color

#e5685d #5ddae5

#e5685d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5685d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5685d Color CSS Codes

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

#e5685d Text Font Color

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

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


#e5685d Background Color

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

This div background color is #e5685d


#e5685d Border Color

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

This div border color is #e5685d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5685d


Comments

No comments written yet.

Please login to write comment.