Color Hex Logo

#e1722d Color Hex

#E1722D
(225,114,45)
0 Favorites   0 Comments

Color spaces of #e1722d

RGB 22511445
HSL0.060.750.53
HSV23°80°88°
CMYK 0.000.490.80   0.12
XYZ37.542328.23165.9532
Yxy28.23160.52340.3936
Hunter Lab53.133433.138730.5504
CIE-Lab60.097438.851555.2934

#e1722d color RGB value is (225,114,45).

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

The process color (four color CMYK) of #e1722d color hex is 0.00, 0.49, 0.80, 0.12. Web safe color of #e1722d is #cc6633. Color #e1722d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110010 00101101
Octal 341 162 55
Decimal 225 114 45
Hex E1 72 2D

RGB Percentages of Color #e1722d

%58.59
%29.69
%11.72

CMYK Percentages of Color #e1722d

%0
%49
%80
%12

Triadic Colors of #e1722d

#e1722d #2de172 #722de1

Analogous Colors of #e1722d

#e1722d #e1cc2d #e12d42

Monochromatic Colors of #e1722d

#e1722d

Complementary Color

#e1722d #2d9ce1

#e1722d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1722d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1722d Color CSS Codes

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

#e1722d Text Font Color

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

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


#e1722d Background Color

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

This div background color is #e1722d


#e1722d Border Color

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

This div border color is #e1722d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1722d


Comments

No comments written yet.

Please login to write comment.