Color Hex Logo

#e78340 Color Hex

#E78340
(231,131,64)
0 Favorites   0 Comments

Color spaces of #e78340

RGB 23113164
HSL0.070.780.58
HSV24°72°91°
CMYK 0.000.430.72   0.09
XYZ41.996733.59179.1209
Yxy33.59170.49580.3966
Hunter Lab57.958327.914231.2404
CIE-Lab64.637233.254051.5200

#e78340 color RGB value is (231,131,64).

#e78340 hex color red value is 231, green value is 131 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e78340 hue: 0.07 , saturation: 0.78 and the lightness value of e78340 is 0.58.

The process color (four color CMYK) of #e78340 color hex is 0.00, 0.43, 0.72, 0.09. Web safe color of #e78340 is #ff9933. Color #e78340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000011 01000000
Octal 347 203 100
Decimal 231 131 64
Hex E7 83 40

RGB Percentages of Color #e78340

%54.23
%30.75
%15.02

CMYK Percentages of Color #e78340

%0
%43
%72
%9

Triadic Colors of #e78340

#e78340 #40e783 #8340e7

Analogous Colors of #e78340

#e78340 #e7d740 #e74050

Monochromatic Colors of #e78340

#e78340

Complementary Color

#e78340 #40a4e7

#e78340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78340 Color CSS Codes

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

#e78340 Text Font Color

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

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


#e78340 Background Color

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

This div background color is #e78340


#e78340 Border Color

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

This div border color is #e78340


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,131,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e78340; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e78340;
  -webkit-box-shadow: 1px 1px 3px 2px #e78340;
  box-shadow:         1px 1px 3px 2px #e78340; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,131,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78340


Comments

No comments written yet.

Please login to write comment.