Color Hex Logo

#e48755 Color Hex

#E48755
(228,135,85)
0 Favorites   0 Comments

Color spaces of #e48755

RGB 22813585
HSL0.060.730.61
HSV21°63°89°
CMYK 0.000.410.63   0.11
XYZ42.298634.477813.0198
Yxy34.47780.47110.3840
Hunter Lab58.717825.830127.9558
CIE-Lab65.340131.134741.7093

#e48755 color RGB value is (228,135,85).

#e48755 hex color red value is 228, green value is 135 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #e48755 hue: 0.06 , saturation: 0.73 and the lightness value of e48755 is 0.61.

The process color (four color CMYK) of #e48755 color hex is 0.00, 0.41, 0.63, 0.11. Web safe color of #e48755 is #cc9966. Color #e48755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000111 01010101
Octal 344 207 125
Decimal 228 135 85
Hex E4 87 55

RGB Percentages of Color #e48755

%50.89
%30.13
%18.97

CMYK Percentages of Color #e48755

%0
%41
%63
%11

Triadic Colors of #e48755

#e48755 #55e487 #8755e4

Analogous Colors of #e48755

#e48755 #e4cf55 #e4556b

Monochromatic Colors of #e48755

#e48755

Complementary Color

#e48755 #55b2e4

#e48755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48755 Color CSS Codes

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

#e48755 Text Font Color

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

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


#e48755 Background Color

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

This div background color is #e48755


#e48755 Border Color

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

This div border color is #e48755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48755


Comments

No comments written yet.

Please login to write comment.