Color Hex Logo

#e74006 Color Hex

#E74006
(231,64,6)
0 Favorites   0 Comments

Color spaces of #e74006

RGB 231646
HSL0.040.950.46
HSV15°97°91°
CMYK 0.000.720.97   0.09
XYZ34.821320.66892.3265
Yxy20.66890.60230.3575
Hunter Lab45.463157.157328.7901
CIE-Lab52.585262.145462.7523

#e74006 color RGB value is (231,64,6).

#e74006 hex color red value is 231, green value is 64 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #e74006 hue: 0.04 , saturation: 0.95 and the lightness value of e74006 is 0.46.

The process color (four color CMYK) of #e74006 color hex is 0.00, 0.72, 0.97, 0.09. Web safe color of #e74006 is #ff3300. Color #e74006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000000 00000110
Octal 347 100 6
Decimal 231 64 6
Hex E7 40 6

RGB Percentages of Color #e74006

%76.74
%21.26
%1.99

CMYK Percentages of Color #e74006

%0
%72
%97
%9

Triadic Colors of #e74006

#e74006 #06e740 #4006e7

Analogous Colors of #e74006

#e74006 #e7b106 #e7063c

Monochromatic Colors of #e74006

#e74006

Complementary Color

#e74006 #06ade7

#e74006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74006 Color CSS Codes

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

#e74006 Text Font Color

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

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


#e74006 Background Color

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

This div background color is #e74006


#e74006 Border Color

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

This div border color is #e74006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74006


Comments

No comments written yet.

Please login to write comment.