Color Hex Logo

#e2713e Color Hex

#E2713E
(226,113,62)
0 Favorites   0 Comments

Color spaces of #e2713e

RGB 22611362
HSL0.050.740.56
HSV19°73°89°
CMYK 0.000.500.73   0.11
XYZ38.138728.32688.0149
Yxy28.32680.51210.3803
Hunter Lab53.222934.770128.3275
CIE-Lab60.182840.415747.5307

#e2713e color RGB value is (226,113,62).

#e2713e hex color red value is 226, green value is 113 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #e2713e hue: 0.05 , saturation: 0.74 and the lightness value of e2713e is 0.56.

The process color (four color CMYK) of #e2713e color hex is 0.00, 0.50, 0.73, 0.11. Web safe color of #e2713e is #cc6633. Color #e2713e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110001 00111110
Octal 342 161 76
Decimal 226 113 62
Hex E2 71 3E

RGB Percentages of Color #e2713e

%56.36
%28.18
%15.46

CMYK Percentages of Color #e2713e

%0
%50
%73
%11

Triadic Colors of #e2713e

#e2713e #3ee271 #713ee2

Analogous Colors of #e2713e

#e2713e #e2c33e #e23e5d

Monochromatic Colors of #e2713e

#e2713e

Complementary Color

#e2713e #3eafe2

#e2713e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2713e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2713e Color CSS Codes

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

#e2713e Text Font Color

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

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


#e2713e Background Color

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

This div background color is #e2713e


#e2713e Border Color

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

This div border color is #e2713e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,113,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2713e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2713e;
  -webkit-box-shadow: 1px 1px 3px 2px #e2713e;
  box-shadow:         1px 1px 3px 2px #e2713e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,113,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2713e


Comments

No comments written yet.

Please login to write comment.