Color Hex Logo

#e34113 Color Hex

#E34113
(227,65,19)
0 Favorites   0 Comments

Color spaces of #e34113

RGB 2276519
HSL0.040.850.48
HSV13°92°89°
CMYK 0.000.710.92   0.11
XYZ33.686420.15852.7316
Yxy20.15850.59540.3563
Hunter Lab44.898255.353827.8216
CIE-Lab52.015960.669358.7204

#e34113 color RGB value is (227,65,19).

#e34113 hex color red value is 227, green value is 65 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #e34113 hue: 0.04 , saturation: 0.85 and the lightness value of e34113 is 0.48.

The process color (four color CMYK) of #e34113 color hex is 0.00, 0.71, 0.92, 0.11. Web safe color of #e34113 is #cc3300. Color #e34113 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000001 00010011
Octal 343 101 23
Decimal 227 65 19
Hex E3 41 13

RGB Percentages of Color #e34113

%72.99
%20.90
%6.11

CMYK Percentages of Color #e34113

%0
%71
%92
%11

Triadic Colors of #e34113

#e34113 #13e341 #4113e3

Analogous Colors of #e34113

#e34113 #e3a913 #e3134d

Monochromatic Colors of #e34113

#e34113

Complementary Color

#e34113 #13b5e3

#e34113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34113 Color CSS Codes

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

#e34113 Text Font Color

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

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


#e34113 Background Color

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

This div background color is #e34113


#e34113 Border Color

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

This div border color is #e34113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34113


Comments

No comments written yet.

Please login to write comment.