Color Hex Logo

#e1682f Color Hex

#E1682F
(225,104,47)
0 Favorites   0 Comments

Color spaces of #e1682f

RGB 22510447
HSL0.050.750.53
HSV19°79°88°
CMYK 0.000.540.79   0.12
XYZ36.514726.11345.8052
Yxy26.11340.53360.3816
Hunter Lab51.101338.120929.0354
CIE-Lab58.144543.890952.5607

#e1682f color RGB value is (225,104,47).

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

The process color (four color CMYK) of #e1682f color hex is 0.00, 0.54, 0.79, 0.12. Web safe color of #e1682f is #cc6633. Color #e1682f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101000 00101111
Octal 341 150 57
Decimal 225 104 47
Hex E1 68 2F

RGB Percentages of Color #e1682f

%59.84
%27.66
%12.50

CMYK Percentages of Color #e1682f

%0
%54
%79
%12

Triadic Colors of #e1682f

#e1682f #2fe168 #682fe1

Analogous Colors of #e1682f

#e1682f #e1c12f #e12f4f

Monochromatic Colors of #e1682f

#e1682f

Complementary Color

#e1682f #2fa8e1

#e1682f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1682f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1682f Color CSS Codes

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

#e1682f Text Font Color

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

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


#e1682f Background Color

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

This div background color is #e1682f


#e1682f Border Color

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

This div border color is #e1682f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1682f


Comments

No comments written yet.

Please login to write comment.