Color Hex Logo

#e05310 Color Hex

#E05310
(224,83,16)
0 Favorites   0 Comments

Color spaces of #e05310

RGB 2248316
HSL0.050.870.47
HSV19°93°88°
CMYK 0.000.630.93   0.12
XYZ33.927322.07122.9622
Yxy22.07120.57540.3743
Hunter Lab46.980046.691429.1476
CIE-Lab54.102552.517160.7146

#e05310 color RGB value is (224,83,16).

#e05310 hex color red value is 224, green value is 83 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #e05310 hue: 0.05 , saturation: 0.87 and the lightness value of e05310 is 0.47.

The process color (four color CMYK) of #e05310 color hex is 0.00, 0.63, 0.93, 0.12. Web safe color of #e05310 is #cc6600. Color #e05310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010011 00010000
Octal 340 123 20
Decimal 224 83 16
Hex E0 53 10

RGB Percentages of Color #e05310

%69.35
%25.70
%4.95

CMYK Percentages of Color #e05310

%0
%63
%93
%12

Triadic Colors of #e05310

#e05310 #10e053 #5310e0

Analogous Colors of #e05310

#e05310 #e0bb10 #e01035

Monochromatic Colors of #e05310

#e05310

Complementary Color

#e05310 #109de0

#e05310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05310 Color CSS Codes

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

#e05310 Text Font Color

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

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


#e05310 Background Color

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

This div background color is #e05310


#e05310 Border Color

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

This div border color is #e05310


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,83,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 #e05310">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05310


Comments

No comments written yet.

Please login to write comment.