Color Hex Logo

#e48c6d Color Hex

#E48C6D
(228,140,109)
0 Favorites   0 Comments

Color spaces of #e48c6d

RGB 228140109
HSL0.040.690.66
HSV16°52°89°
CMYK 0.000.390.52   0.11
XYZ44.133336.354319.1590
Yxy36.35430.44290.3648
Hunter Lab60.294525.139823.3664
CIE-Lab66.789830.327430.6680

#e48c6d color RGB value is (228,140,109).

#e48c6d hex color red value is 228, green value is 140 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #e48c6d hue: 0.04 , saturation: 0.69 and the lightness value of e48c6d is 0.66.

The process color (four color CMYK) of #e48c6d color hex is 0.00, 0.39, 0.52, 0.11. Web safe color of #e48c6d is #cc9966. Color #e48c6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001100 01101101
Octal 344 214 155
Decimal 228 140 109
Hex E4 8C 6D

RGB Percentages of Color #e48c6d

%47.80
%29.35
%22.85

CMYK Percentages of Color #e48c6d

%0
%39
%52
%11

Triadic Colors of #e48c6d

#e48c6d #6de48c #8c6de4

Analogous Colors of #e48c6d

#e48c6d #e4c86d #e46d8a

Monochromatic Colors of #e48c6d

#e48c6d

Complementary Color

#e48c6d #6dc5e4

#e48c6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48c6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48c6d Color CSS Codes

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

#e48c6d Text Font Color

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

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


#e48c6d Background Color

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

This div background color is #e48c6d


#e48c6d Border Color

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

This div border color is #e48c6d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,140,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e48c6d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e48c6d;
  -webkit-box-shadow: 1px 1px 3px 2px #e48c6d;
  box-shadow:         1px 1px 3px 2px #e48c6d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,140,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48c6d


Comments

No comments written yet.

Please login to write comment.