Color Hex Logo

#e2714c Color Hex

#E2714C
(226,113,76)
0 Favorites   0 Comments

Color spaces of #e2714c

RGB 22611376
HSL0.040.720.59
HSV15°66°89°
CMYK 0.000.500.66   0.11
XYZ38.573728.500810.3056
Yxy28.50080.49850.3683
Hunter Lab53.386135.547925.9250
CIE-Lab60.338541.141540.4728

#e2714c color RGB value is (226,113,76).

#e2714c hex color red value is 226, green value is 113 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #e2714c hue: 0.04 , saturation: 0.72 and the lightness value of e2714c is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110001 01001100
Octal 342 161 114
Decimal 226 113 76
Hex E2 71 4C

RGB Percentages of Color #e2714c

%54.46
%27.23
%18.31

CMYK Percentages of Color #e2714c

%0
%50
%66
%11

Triadic Colors of #e2714c

#e2714c #4ce271 #714ce2

Analogous Colors of #e2714c

#e2714c #e2bc4c #e24c72

Monochromatic Colors of #e2714c

#e2714c

Complementary Color

#e2714c #4cbde2

#e2714c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2714c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2714c Color CSS Codes

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

#e2714c Text Font Color

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

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


#e2714c Background Color

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

This div background color is #e2714c


#e2714c Border Color

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

This div border color is #e2714c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2714c


Comments

No comments written yet.

Please login to write comment.