Color Hex Logo

#e16431 Color Hex

#E16431
(225,100,49)
0 Favorites   0 Comments

Color spaces of #e16431

RGB 22510049
HSL0.050.750.54
HSV17°78°88°
CMYK 0.000.560.78   0.12
XYZ36.162925.34365.8915
Yxy25.34360.53660.3760
Hunter Lab50.342440.124228.3011
CIE-Lab57.408745.891650.9208

#e16431 color RGB value is (225,100,49).

#e16431 hex color red value is 225, green value is 100 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #e16431 hue: 0.05 , saturation: 0.75 and the lightness value of e16431 is 0.54.

The process color (four color CMYK) of #e16431 color hex is 0.00, 0.56, 0.78, 0.12. Web safe color of #e16431 is #cc6633. Color #e16431 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100100 00110001
Octal 341 144 61
Decimal 225 100 49
Hex E1 64 31

RGB Percentages of Color #e16431

%60.16
%26.74
%13.10

CMYK Percentages of Color #e16431

%0
%56
%78
%12

Triadic Colors of #e16431

#e16431 #31e164 #6431e1

Analogous Colors of #e16431

#e16431 #e1bc31 #e13156

Monochromatic Colors of #e16431

#e16431

Complementary Color

#e16431 #31aee1

#e16431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16431 Color CSS Codes

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

#e16431 Text Font Color

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

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


#e16431 Background Color

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

This div background color is #e16431


#e16431 Border Color

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

This div border color is #e16431


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,100,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e16431; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e16431;
  -webkit-box-shadow: 1px 1px 3px 2px #e16431;
  box-shadow:         1px 1px 3px 2px #e16431; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,100,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16431


Comments

No comments written yet.

Please login to write comment.