Color Hex Logo

#e48548 Color Hex

#E48548
(228,133,72)
0 Favorites   0 Comments

Color spaces of #e48548

RGB 22813372
HSL0.070.740.59
HSV23°68°89°
CMYK 0.000.420.68   0.11
XYZ41.552133.736910.4527
Yxy33.73690.48460.3935
Hunter Lab58.083526.050329.9886
CIE-Lab64.753231.405347.6527

#e48548 color RGB value is (228,133,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000101 01001000
Octal 344 205 110
Decimal 228 133 72
Hex E4 85 48

RGB Percentages of Color #e48548

%52.66
%30.72
%16.63

CMYK Percentages of Color #e48548

%0
%42
%68
%11

Triadic Colors of #e48548

#e48548 #48e485 #8548e4

Analogous Colors of #e48548

#e48548 #e4d348 #e44859

Monochromatic Colors of #e48548

#e48548

Complementary Color

#e48548 #48a7e4

#e48548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48548 Color CSS Codes

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

#e48548 Text Font Color

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

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


#e48548 Background Color

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

This div background color is #e48548


#e48548 Border Color

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

This div border color is #e48548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48548


Comments

No comments written yet.

Please login to write comment.