Color Hex Logo

#e54e04 Color Hex

#E54E04
(229,78,4)
0 Favorites   0 Comments

Color spaces of #e54e04

RGB 229784
HSL0.050.970.46
HSV20°98°90°
CMYK 0.000.660.98   0.10
XYZ35.059422.11562.5358
Yxy22.11560.58720.3704
Hunter Lab47.027250.776429.7220
CIE-Lab54.149456.216663.8326

#e54e04 color RGB value is (229,78,4).

#e54e04 hex color red value is 229, green value is 78 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #e54e04 hue: 0.05 , saturation: 0.97 and the lightness value of e54e04 is 0.46.

The process color (four color CMYK) of #e54e04 color hex is 0.00, 0.66, 0.98, 0.10. Web safe color of #e54e04 is #cc6600. Color #e54e04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001110 00000100
Octal 345 116 4
Decimal 229 78 4
Hex E5 4E 4

RGB Percentages of Color #e54e04

%73.63
%25.08
%1.29

CMYK Percentages of Color #e54e04

%0
%66
%98
%10

Triadic Colors of #e54e04

#e54e04 #04e54e #4e04e5

Analogous Colors of #e54e04

#e54e04 #e5bf04 #e5042b

Monochromatic Colors of #e54e04

#e54e04

Complementary Color

#e54e04 #049be5

#e54e04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54e04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54e04 Color CSS Codes

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

#e54e04 Text Font Color

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

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


#e54e04 Background Color

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

This div background color is #e54e04


#e54e04 Border Color

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

This div border color is #e54e04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54e04


Comments

No comments written yet.

Please login to write comment.