Color Hex Logo

#e0712e Color Hex

#E0712E
(224,113,46)
0 Favorites   0 Comments

Color spaces of #e0712e

RGB 22411346
HSL0.060.740.53
HSV23°79°88°
CMYK 0.000.500.79   0.12
XYZ37.138727.85486.0039
Yxy27.85480.52310.3923
Hunter Lab52.777633.246430.1996
CIE-Lab59.757338.998054.4922

#e0712e color RGB value is (224,113,46).

#e0712e hex color red value is 224, green value is 113 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e0712e hue: 0.06 , saturation: 0.74 and the lightness value of e0712e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110001 00101110
Octal 340 161 56
Decimal 224 113 46
Hex E0 71 2E

RGB Percentages of Color #e0712e

%58.49
%29.50
%12.01

CMYK Percentages of Color #e0712e

%0
%50
%79
%12

Triadic Colors of #e0712e

#e0712e #2ee071 #712ee0

Analogous Colors of #e0712e

#e0712e #e0ca2e #e02e44

Monochromatic Colors of #e0712e

#e0712e

Complementary Color

#e0712e #2e9de0

#e0712e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0712e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0712e Color CSS Codes

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

#e0712e Text Font Color

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

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


#e0712e Background Color

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

This div background color is #e0712e


#e0712e Border Color

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

This div border color is #e0712e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0712e


Comments

No comments written yet.

Please login to write comment.