Color Hex Logo

#e84116 Color Hex

#E84116
(232,65,22)
0 Favorites   0 Comments

Color spaces of #e84116

RGB 2326522
HSL0.030.830.50
HSV12°91°91°
CMYK 0.000.720.91   0.09
XYZ35.313820.99432.9501
Yxy20.99430.59590.3543
Hunter Lab45.819557.388428.2563
CIE-Lab52.943362.281058.7980

#e84116 color RGB value is (232,65,22).

#e84116 hex color red value is 232, green value is 65 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #e84116 hue: 0.03 , saturation: 0.83 and the lightness value of e84116 is 0.50.

The process color (four color CMYK) of #e84116 color hex is 0.00, 0.72, 0.91, 0.09. Web safe color of #e84116 is #ff3300. Color #e84116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01000001 00010110
Octal 350 101 26
Decimal 232 65 22
Hex E8 41 16

RGB Percentages of Color #e84116

%72.73
%20.38
%6.90

CMYK Percentages of Color #e84116

%0
%72
%91
%9

Triadic Colors of #e84116

#e84116 #16e841 #4116e8

Analogous Colors of #e84116

#e84116 #e8aa16 #e81654

Monochromatic Colors of #e84116

#e84116

Complementary Color

#e84116 #16bde8

#e84116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84116 Color CSS Codes

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

#e84116 Text Font Color

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

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


#e84116 Background Color

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

This div background color is #e84116


#e84116 Border Color

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

This div border color is #e84116


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,65,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84116


Comments

No comments written yet.

Please login to write comment.