Color Hex Logo

#e48149 Color Hex

#E48149
(228,129,73)
0 Favorites   0 Comments

Color spaces of #e48149

RGB 22812973
HSL0.060.740.59
HSV22°68°89°
CMYK 0.000.430.68   0.11
XYZ41.047832.675510.4469
Yxy32.67550.48770.3882
Hunter Lab57.162528.144729.1780
CIE-Lab63.897333.553146.1940

#e48149 color RGB value is (228,129,73).

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

The process color (four color CMYK) of #e48149 color hex is 0.00, 0.43, 0.68, 0.11. Web safe color of #e48149 is #cc9933. Color #e48149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000001 01001001
Octal 344 201 111
Decimal 228 129 73
Hex E4 81 49

RGB Percentages of Color #e48149

%53.02
%30.00
%16.98

CMYK Percentages of Color #e48149

%0
%43
%68
%11

Triadic Colors of #e48149

#e48149 #49e481 #8149e4

Analogous Colors of #e48149

#e48149 #e4cf49 #e4495f

Monochromatic Colors of #e48149

#e48149

Complementary Color

#e48149 #49ace4

#e48149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48149 Color CSS Codes

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

#e48149 Text Font Color

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

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


#e48149 Background Color

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

This div background color is #e48149


#e48149 Border Color

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

This div border color is #e48149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48149


Comments

No comments written yet.

Please login to write comment.