Color Hex Logo

#e2704c Color Hex

#E2704C
(226,112,76)
0 Favorites   0 Comments

Color spaces of #e2704c

RGB 22611276
HSL0.040.720.59
HSV14°66°89°
CMYK 0.000.500.66   0.11
XYZ38.462728.278910.2686
Yxy28.27890.49940.3672
Hunter Lab53.177936.044825.7757
CIE-Lab60.139941.642340.2395

#e2704c color RGB value is (226,112,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110000 01001100
Octal 342 160 114
Decimal 226 112 76
Hex E2 70 4C

RGB Percentages of Color #e2704c

%54.59
%27.05
%18.36

CMYK Percentages of Color #e2704c

%0
%50
%66
%11

Triadic Colors of #e2704c

#e2704c #4ce270 #704ce2

Analogous Colors of #e2704c

#e2704c #e2bb4c #e24c73

Monochromatic Colors of #e2704c

#e2704c

Complementary Color

#e2704c #4cbee2

#e2704c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2704c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2704c Color CSS Codes

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

#e2704c Text Font Color

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

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


#e2704c Background Color

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

This div background color is #e2704c


#e2704c Border Color

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

This div border color is #e2704c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,112,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 #e2704c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2704c


Comments

No comments written yet.

Please login to write comment.