Color Hex Logo

#e3940d Color Hex

#E3940D
(227,148,13)
0 Favorites   0 Comments

Color spaces of #e3940d

RGB 22714813
HSL0.110.890.47
HSV38°94°89°
CMYK 0.000.350.94   0.11
XYZ42.341137.53985.3950
Yxy37.53980.49650.4402
Hunter Lab61.269716.132337.6681
CIE-Lab67.680121.176370.8177

#e3940d color RGB value is (227,148,13).

#e3940d hex color red value is 227, green value is 148 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #e3940d hue: 0.11 , saturation: 0.89 and the lightness value of e3940d is 0.47.

The process color (four color CMYK) of #e3940d color hex is 0.00, 0.35, 0.94, 0.11. Web safe color of #e3940d is #cc9900. Color #e3940d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010100 00001101
Octal 343 224 15
Decimal 227 148 13
Hex E3 94 D

RGB Percentages of Color #e3940d

%58.51
%38.14
%3.35

CMYK Percentages of Color #e3940d

%0
%35
%94
%11

Triadic Colors of #e3940d

#e3940d #0de394 #940de3

Analogous Colors of #e3940d

#e3940d #c7e30d #e3290d

Monochromatic Colors of #e3940d

#e3940d

Complementary Color

#e3940d #0d5ce3

#e3940d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3940d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3940d Color CSS Codes

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

#e3940d Text Font Color

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

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


#e3940d Background Color

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

This div background color is #e3940d


#e3940d Border Color

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

This div border color is #e3940d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,148,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3940d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3940d;
  -webkit-box-shadow: 1px 1px 3px 2px #e3940d;
  box-shadow:         1px 1px 3px 2px #e3940d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3940d


Comments

No comments written yet.

Please login to write comment.