Color Hex Logo

#e48047 Color Hex

#E48047
(228,128,71)
0 Favorites   0 Comments

Color spaces of #e48047

RGB 22812871
HSL0.060.740.59
HSV22°69°89°
CMYK 0.000.440.69   0.11
XYZ40.851432.387310.0595
Yxy32.38730.49040.3888
Hunter Lab56.909828.539829.3567
CIE-Lab63.661733.964846.9338

#e48047 color RGB value is (228,128,71).

#e48047 hex color red value is 228, green value is 128 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #e48047 hue: 0.06 , saturation: 0.74 and the lightness value of e48047 is 0.59.

The process color (four color CMYK) of #e48047 color hex is 0.00, 0.44, 0.69, 0.11. Web safe color of #e48047 is #cc9933. Color #e48047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000000 01000111
Octal 344 200 107
Decimal 228 128 71
Hex E4 80 47

RGB Percentages of Color #e48047

%53.40
%29.98
%16.63

CMYK Percentages of Color #e48047

%0
%44
%69
%11

Triadic Colors of #e48047

#e48047 #47e480 #8047e4

Analogous Colors of #e48047

#e48047 #e4cf47 #e4475c

Monochromatic Colors of #e48047

#e48047

Complementary Color

#e48047 #47abe4

#e48047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48047 Color CSS Codes

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

#e48047 Text Font Color

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

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


#e48047 Background Color

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

This div background color is #e48047


#e48047 Border Color

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

This div border color is #e48047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48047


Comments

No comments written yet.

Please login to write comment.