Color Hex Logo

#e74512 Color Hex

#E74512
(231,69,18)
0 Favorites   0 Comments

Color spaces of #e74512

RGB 2316918
HSL0.040.860.49
HSV14°92°91°
CMYK 0.000.700.92   0.09
XYZ35.192321.28882.8266
Yxy21.28880.59340.3590
Hunter Lab46.139855.403128.6656
CIE-Lab53.264160.485260.2014

#e74512 color RGB value is (231,69,18).

#e74512 hex color red value is 231, green value is 69 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #e74512 hue: 0.04 , saturation: 0.86 and the lightness value of e74512 is 0.49.

The process color (four color CMYK) of #e74512 color hex is 0.00, 0.70, 0.92, 0.09. Web safe color of #e74512 is #ff3300. Color #e74512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000101 00010010
Octal 347 105 22
Decimal 231 69 18
Hex E7 45 12

RGB Percentages of Color #e74512

%72.64
%21.70
%5.66

CMYK Percentages of Color #e74512

%0
%70
%92
%9

Triadic Colors of #e74512

#e74512 #12e745 #4512e7

Analogous Colors of #e74512

#e74512 #e7b012 #e7124a

Monochromatic Colors of #e74512

#e74512

Complementary Color

#e74512 #12b4e7

#e74512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74512 Color CSS Codes

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

#e74512 Text Font Color

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

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


#e74512 Background Color

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

This div background color is #e74512


#e74512 Border Color

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

This div border color is #e74512


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,69,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e74512; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e74512;
  -webkit-box-shadow: 1px 1px 3px 2px #e74512;
  box-shadow:         1px 1px 3px 2px #e74512; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,69,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74512


Comments

No comments written yet.

Please login to write comment.