Color Hex Logo

#e07848 Color Hex

#E07848
(224,120,72)
0 Favorites   0 Comments

Color spaces of #e07848

RGB 22412072
HSL0.050.710.58
HSV19°68°88°
CMYK 0.000.460.68   0.12
XYZ38.626629.74819.8370
Yxy29.74810.49390.3804
Hunter Lab54.541830.965827.4859
CIE-Lab61.436336.579043.7684

#e07848 color RGB value is (224,120,72).

#e07848 hex color red value is 224, green value is 120 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #e07848 hue: 0.05 , saturation: 0.71 and the lightness value of e07848 is 0.58.

The process color (four color CMYK) of #e07848 color hex is 0.00, 0.46, 0.68, 0.12. Web safe color of #e07848 is #cc6633. Color #e07848 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111000 01001000
Octal 340 170 110
Decimal 224 120 72
Hex E0 78 48

RGB Percentages of Color #e07848

%53.85
%28.85
%17.31

CMYK Percentages of Color #e07848

%0
%46
%68
%12

Triadic Colors of #e07848

#e07848 #48e078 #7848e0

Analogous Colors of #e07848

#e07848 #e0c448 #e04864

Monochromatic Colors of #e07848

#e07848

Complementary Color

#e07848 #48b0e0

#e07848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07848 Color CSS Codes

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

#e07848 Text Font Color

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

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


#e07848 Background Color

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

This div background color is #e07848


#e07848 Border Color

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

This div border color is #e07848


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,120,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 #e07848">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07848


Comments

No comments written yet.

Please login to write comment.