Color Hex Logo

#e48546 Color Hex

#E48546
(228,133,70)
0 Favorites   0 Comments

Color spaces of #e48546

RGB 22813370
HSL0.070.750.58
HSV24°69°89°
CMYK 0.000.420.69   0.11
XYZ41.487933.711210.1146
Yxy33.71120.48630.3951
Hunter Lab58.061325.940330.3143
CIE-Lab64.732731.298148.6156

#e48546 color RGB value is (228,133,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000101 01000110
Octal 344 205 106
Decimal 228 133 70
Hex E4 85 46

RGB Percentages of Color #e48546

%52.90
%30.86
%16.24

CMYK Percentages of Color #e48546

%0
%42
%69
%11

Triadic Colors of #e48546

#e48546 #46e485 #8546e4

Analogous Colors of #e48546

#e48546 #e4d446 #e44656

Monochromatic Colors of #e48546

#e48546

Complementary Color

#e48546 #46a5e4

#e48546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48546 Color CSS Codes

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

#e48546 Text Font Color

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

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


#e48546 Background Color

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

This div background color is #e48546


#e48546 Border Color

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

This div border color is #e48546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48546


Comments

No comments written yet.

Please login to write comment.