Color Hex Logo

#e78124 Color Hex

#E78124
(231,129,36)
0 Favorites   0 Comments

Color spaces of #e78124

RGB 23112936
HSL0.080.800.52
HSV29°84°91°
CMYK 0.000.440.84   0.09
XYZ41.123732.81685.8359
Yxy32.81680.51550.4114
Hunter Lab57.285927.888934.0601
CIE-Lab64.012333.290262.5451

#e78124 color RGB value is (231,129,36).

#e78124 hex color red value is 231, green value is 129 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #e78124 hue: 0.08 , saturation: 0.80 and the lightness value of e78124 is 0.52.

The process color (four color CMYK) of #e78124 color hex is 0.00, 0.44, 0.84, 0.09. Web safe color of #e78124 is #ff9933. Color #e78124 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000001 00100100
Octal 347 201 44
Decimal 231 129 36
Hex E7 81 24

RGB Percentages of Color #e78124

%58.33
%32.58
%9.09

CMYK Percentages of Color #e78124

%0
%44
%84
%9

Triadic Colors of #e78124

#e78124 #24e781 #8124e7

Analogous Colors of #e78124

#e78124 #e7e324 #e72429

Monochromatic Colors of #e78124

#e78124

Complementary Color

#e78124 #248ae7

#e78124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78124 Color CSS Codes

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

#e78124 Text Font Color

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

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


#e78124 Background Color

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

This div background color is #e78124


#e78124 Border Color

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

This div border color is #e78124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78124


Comments

No comments written yet.

Please login to write comment.