Color Hex Logo

#e7670e Color Hex

#E7670E
(231,103,14)
0 Favorites   0 Comments

Color spaces of #e7670e

RGB 23110314
HSL0.070.890.48
HSV25°94°91°
CMYK 0.000.550.94   0.09
XYZ37.884526.72113.5764
Yxy26.72110.55560.3919
Hunter Lab51.692540.357732.0827
CIE-Lab58.715345.920264.7685

#e7670e color RGB value is (231,103,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100111 00001110
Octal 347 147 16
Decimal 231 103 14
Hex E7 67 E

RGB Percentages of Color #e7670e

%66.38
%29.60
%4.02

CMYK Percentages of Color #e7670e

%0
%55
%94
%9

Triadic Colors of #e7670e

#e7670e #0ee767 #670ee7

Analogous Colors of #e7670e

#e7670e #e7d40e #e70e21

Monochromatic Colors of #e7670e

#e7670e

Complementary Color

#e7670e #0e8ee7

#e7670e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7670e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7670e Color CSS Codes

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

#e7670e Text Font Color

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

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


#e7670e Background Color

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

This div background color is #e7670e


#e7670e Border Color

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

This div border color is #e7670e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,103,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 #e7670e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7670e


Comments

No comments written yet.

Please login to write comment.