Color Hex Logo

#e07402 Color Hex

#E07402
(224,116,2)
0 Favorites   0 Comments

Color spaces of #e07402

RGB 2241162
HSL0.090.980.44
HSV31°99°88°
CMYK 0.000.480.99   0.12
XYZ36.996828.34253.5781
Yxy28.34250.53680.4113
Hunter Lab53.237730.880233.2815
CIE-Lab60.196936.637167.3129

#e07402 color RGB value is (224,116,2).

#e07402 hex color red value is 224, green value is 116 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #e07402 hue: 0.09 , saturation: 0.98 and the lightness value of e07402 is 0.44.

The process color (four color CMYK) of #e07402 color hex is 0.00, 0.48, 0.99, 0.12. Web safe color of #e07402 is #cc6600. Color #e07402 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110100 00000010
Octal 340 164 2
Decimal 224 116 2
Hex E0 74 2

RGB Percentages of Color #e07402

%65.50
%33.92
%0.58

CMYK Percentages of Color #e07402

%0
%48
%99
%12

Triadic Colors of #e07402

#e07402 #02e074 #7402e0

Analogous Colors of #e07402

#e07402 #dde002 #e00502

Monochromatic Colors of #e07402

#e07402

Complementary Color

#e07402 #026ee0

#e07402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07402 Color CSS Codes

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

#e07402 Text Font Color

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

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


#e07402 Background Color

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

This div background color is #e07402


#e07402 Border Color

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

This div border color is #e07402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07402


Comments

No comments written yet.

Please login to write comment.