Color Hex Logo

#e55013 Color Hex

#E55013
(229,80,19)
0 Favorites   0 Comments

Color spaces of #e55013

RGB 2298019
HSL0.050.850.49
HSV17°92°90°
CMYK 0.000.650.92   0.10
XYZ35.299322.44243.0874
Yxy22.44240.58030.3689
Hunter Lab47.373450.102129.2974
CIE-Lab54.493355.550660.5526

#e55013 color RGB value is (229,80,19).

#e55013 hex color red value is 229, green value is 80 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #e55013 hue: 0.05 , saturation: 0.85 and the lightness value of e55013 is 0.49.

The process color (four color CMYK) of #e55013 color hex is 0.00, 0.65, 0.92, 0.10. Web safe color of #e55013 is #cc6600. Color #e55013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010000 00010011
Octal 345 120 23
Decimal 229 80 19
Hex E5 50 13

RGB Percentages of Color #e55013

%69.82
%24.39
%5.79

CMYK Percentages of Color #e55013

%0
%65
%92
%10

Triadic Colors of #e55013

#e55013 #13e550 #5013e5

Analogous Colors of #e55013

#e55013 #e5b913 #e5133f

Monochromatic Colors of #e55013

#e55013

Complementary Color

#e55013 #13a8e5

#e55013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55013 Color CSS Codes

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

#e55013 Text Font Color

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

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


#e55013 Background Color

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

This div background color is #e55013


#e55013 Border Color

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

This div border color is #e55013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55013


Comments

No comments written yet.

Please login to write comment.