Color Hex Logo

#e16429 Color Hex

#E16429
(225,100,41)
0 Favorites   0 Comments

Color spaces of #e16429

RGB 22510041
HSL0.050.750.52
HSV19°82°88°
CMYK 0.000.560.82   0.12
XYZ36.008725.28205.0799
Yxy25.28200.54250.3809
Hunter Lab50.281239.840029.2068
CIE-Lab57.349245.632454.4648

#e16429 color RGB value is (225,100,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100100 00101001
Octal 341 144 51
Decimal 225 100 41
Hex E1 64 29

RGB Percentages of Color #e16429

%61.48
%27.32
%11.20

CMYK Percentages of Color #e16429

%0
%56
%82
%12

Triadic Colors of #e16429

#e16429 #29e164 #6429e1

Analogous Colors of #e16429

#e16429 #e1c029 #e1294a

Monochromatic Colors of #e16429

#e16429

Complementary Color

#e16429 #29a6e1

#e16429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16429 Color CSS Codes

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

#e16429 Text Font Color

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

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


#e16429 Background Color

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

This div background color is #e16429


#e16429 Border Color

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

This div border color is #e16429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16429


Comments

No comments written yet.

Please login to write comment.