Color Hex Logo

#e54010 Color Hex

#E54010
(229,64,16)
0 Favorites   0 Comments

Color spaces of #e54010

RGB 2296416
HSL0.040.870.48
HSV14°93°90°
CMYK 0.000.720.93   0.10
XYZ34.240020.36222.6159
Yxy20.36220.59840.3559
Hunter Lab45.124556.476128.1501
CIE-Lab52.244361.612959.9526

#e54010 color RGB value is (229,64,16).

#e54010 hex color red value is 229, green value is 64 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #e54010 hue: 0.04 , saturation: 0.87 and the lightness value of e54010 is 0.48.

The process color (four color CMYK) of #e54010 color hex is 0.00, 0.72, 0.93, 0.10. Web safe color of #e54010 is #cc3300. Color #e54010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000000 00010000
Octal 345 100 20
Decimal 229 64 16
Hex E5 40 10

RGB Percentages of Color #e54010

%74.11
%20.71
%5.18

CMYK Percentages of Color #e54010

%0
%72
%93
%10

Triadic Colors of #e54010

#e54010 #10e540 #4010e5

Analogous Colors of #e54010

#e54010 #e5ab10 #e5104a

Monochromatic Colors of #e54010

#e54010

Complementary Color

#e54010 #10b5e5

#e54010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54010 Color CSS Codes

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

#e54010 Text Font Color

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

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


#e54010 Background Color

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

This div background color is #e54010


#e54010 Border Color

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

This div border color is #e54010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54010


Comments

No comments written yet.

Please login to write comment.