Color Hex Logo

#e06407 Color Hex

#E06407
(224,100,7)
0 Favorites   0 Comments

Color spaces of #e06407

RGB 2241007
HSL0.070.940.45
HSV26°97°88°
CMYK 0.000.550.97   0.12
XYZ35.336024.97703.1596
Yxy24.97700.55670.3935
Hunter Lab49.977038.747831.2355
CIE-Lab57.053044.641864.4942

#e06407 color RGB value is (224,100,7).

#e06407 hex color red value is 224, green value is 100 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #e06407 hue: 0.07 , saturation: 0.94 and the lightness value of e06407 is 0.45.

The process color (four color CMYK) of #e06407 color hex is 0.00, 0.55, 0.97, 0.12. Web safe color of #e06407 is #cc6600. Color #e06407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100100 00000111
Octal 340 144 7
Decimal 224 100 7
Hex E0 64 7

RGB Percentages of Color #e06407

%67.67
%30.21
%2.11

CMYK Percentages of Color #e06407

%0
%55
%97
%12

Triadic Colors of #e06407

#e06407 #07e064 #6407e0

Analogous Colors of #e06407

#e06407 #e0d107 #e00716

Monochromatic Colors of #e06407

#e06407

Complementary Color

#e06407 #0783e0

#e06407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06407 Color CSS Codes

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

#e06407 Text Font Color

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

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


#e06407 Background Color

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

This div background color is #e06407


#e06407 Border Color

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

This div border color is #e06407


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,100,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e06407; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e06407;
  -webkit-box-shadow: 1px 1px 3px 2px #e06407;
  box-shadow:         1px 1px 3px 2px #e06407; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,100,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06407


Comments

No comments written yet.

Please login to write comment.