Color Hex Logo

#e78142 Color Hex

#E78142
(231,129,66)
0 Favorites   0 Comments

Color spaces of #e78142

RGB 23112966
HSL0.060.770.58
HSV23°71°91°
CMYK 0.000.440.71   0.09
XYZ41.788633.08289.3374
Yxy33.08280.49620.3929
Hunter Lab57.517629.030730.6372
CIE-Lab64.227934.388150.1273

#e78142 color RGB value is (231,129,66).

#e78142 hex color red value is 231, green value is 129 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #e78142 hue: 0.06 , saturation: 0.77 and the lightness value of e78142 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000001 01000010
Octal 347 201 102
Decimal 231 129 66
Hex E7 81 42

RGB Percentages of Color #e78142

%54.23
%30.28
%15.49

CMYK Percentages of Color #e78142

%0
%44
%71
%9

Triadic Colors of #e78142

#e78142 #42e781 #8142e7

Analogous Colors of #e78142

#e78142 #e7d442 #e74256

Monochromatic Colors of #e78142

#e78142

Complementary Color

#e78142 #42a8e7

#e78142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78142 Color CSS Codes

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

#e78142 Text Font Color

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

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


#e78142 Background Color

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

This div background color is #e78142


#e78142 Border Color

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

This div border color is #e78142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78142


Comments

No comments written yet.

Please login to write comment.