Color Hex Logo

#e16440 Color Hex

#E16440
(225,100,64)
0 Favorites   0 Comments

Color spaces of #e16440

RGB 22510064
HSL0.040.730.57
HSV13°72°88°
CMYK 0.000.560.72   0.12
XYZ36.533925.49217.8454
Yxy25.49210.52290.3648
Hunter Lab50.489740.804026.1299
CIE-Lab57.551846.509543.5895

#e16440 color RGB value is (225,100,64).

#e16440 hex color red value is 225, green value is 100 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e16440 hue: 0.04 , saturation: 0.73 and the lightness value of e16440 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100100 01000000
Octal 341 144 100
Decimal 225 100 64
Hex E1 64 40

RGB Percentages of Color #e16440

%57.84
%25.71
%16.45

CMYK Percentages of Color #e16440

%0
%56
%72
%12

Triadic Colors of #e16440

#e16440 #40e164 #6440e1

Analogous Colors of #e16440

#e16440 #e1b540 #e1406d

Monochromatic Colors of #e16440

#e16440

Complementary Color

#e16440 #40bde1

#e16440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16440 Color CSS Codes

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

#e16440 Text Font Color

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

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


#e16440 Background Color

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

This div background color is #e16440


#e16440 Border Color

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

This div border color is #e16440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16440


Comments

No comments written yet.

Please login to write comment.