Color Hex Logo

#e7780e Color Hex

#E7780E
(231,120,14)
0 Favorites   0 Comments

Color spaces of #e7780e

RGB 23112014
HSL0.080.890.48
HSV29°94°91°
CMYK 0.000.480.94   0.09
XYZ39.750730.45364.1985
Yxy30.45360.53430.4093
Hunter Lab55.184832.003834.1185
CIE-Lab62.043637.519366.9900

#e7780e color RGB value is (231,120,14).

#e7780e hex color red value is 231, green value is 120 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e7780e hue: 0.08 , saturation: 0.89 and the lightness value of e7780e is 0.48.

The process color (four color CMYK) of #e7780e color hex is 0.00, 0.48, 0.94, 0.09. Web safe color of #e7780e is #ff6600. Color #e7780e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111000 00001110
Octal 347 170 16
Decimal 231 120 14
Hex E7 78 E

RGB Percentages of Color #e7780e

%63.29
%32.88
%3.84

CMYK Percentages of Color #e7780e

%0
%48
%94
%9

Triadic Colors of #e7780e

#e7780e #0ee778 #780ee7

Analogous Colors of #e7780e

#e7780e #e7e50e #e70e11

Monochromatic Colors of #e7780e

#e7780e

Complementary Color

#e7780e #0e7de7

#e7780e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7780e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7780e Color CSS Codes

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

#e7780e Text Font Color

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

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


#e7780e Background Color

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

This div background color is #e7780e


#e7780e Border Color

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

This div border color is #e7780e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7780e


Comments

No comments written yet.

Please login to write comment.