Color Hex Logo

#e48245 Color Hex

#E48245
(228,130,69)
0 Favorites   0 Comments

Color spaces of #e48245

RGB 22813069
HSL0.060.750.58
HSV23°70°89°
CMYK 0.000.430.70   0.11
XYZ41.051732.88899.8148
Yxy32.88890.49010.3927
Hunter Lab57.348827.414229.9972
CIE-Lab64.070832.816948.3784

#e48245 color RGB value is (228,130,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000010 01000101
Octal 344 202 105
Decimal 228 130 69
Hex E4 82 45

RGB Percentages of Color #e48245

%53.40
%30.44
%16.16

CMYK Percentages of Color #e48245

%0
%43
%70
%11

Triadic Colors of #e48245

#e48245 #45e482 #8245e4

Analogous Colors of #e48245

#e48245 #e4d245 #e44557

Monochromatic Colors of #e48245

#e48245

Complementary Color

#e48245 #45a7e4

#e48245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48245 Color CSS Codes

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

#e48245 Text Font Color

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

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


#e48245 Background Color

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

This div background color is #e48245


#e48245 Border Color

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

This div border color is #e48245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48245


Comments

No comments written yet.

Please login to write comment.