Color Hex Logo

#e47030 Color Hex

#E47030
(228,112,48)
0 Favorites   0 Comments

Color spaces of #e47030

RGB 22811248
HSL0.060.770.54
HSV21°79°89°
CMYK 0.000.510.79   0.11
XYZ38.322628.29576.2381
Yxy28.29570.52600.3884
Hunter Lab53.193735.508730.2826
CIE-Lab60.154941.127754.2005

#e47030 color RGB value is (228,112,48).

#e47030 hex color red value is 228, green value is 112 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #e47030 hue: 0.06 , saturation: 0.77 and the lightness value of e47030 is 0.54.

The process color (four color CMYK) of #e47030 color hex is 0.00, 0.51, 0.79, 0.11. Web safe color of #e47030 is #cc6633. Color #e47030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110000 00110000
Octal 344 160 60
Decimal 228 112 48
Hex E4 70 30

RGB Percentages of Color #e47030

%58.76
%28.87
%12.37

CMYK Percentages of Color #e47030

%0
%51
%79
%11

Triadic Colors of #e47030

#e47030 #30e470 #7030e4

Analogous Colors of #e47030

#e47030 #e4ca30 #e4304a

Monochromatic Colors of #e47030

#e47030

Complementary Color

#e47030 #30a4e4

#e47030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47030 Color CSS Codes

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

#e47030 Text Font Color

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

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


#e47030 Background Color

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

This div background color is #e47030


#e47030 Border Color

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

This div border color is #e47030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47030


Comments

No comments written yet.

Please login to write comment.