Color Hex Logo

#e8706f Color Hex

#E8706F
(232,112,111)
0 Favorites   0 Comments

Color spaces of #e8706f

RGB 232112111
HSL0.000.720.67
HSV52°91°
CMYK 0.000.520.52   0.09
XYZ41.942129.891818.5980
Yxy29.89180.46380.3305
Hunter Lab54.673441.255918.1030
CIE-Lab61.560846.349322.7572

#e8706f color RGB value is (232,112,111).

#e8706f hex color red value is 232, green value is 112 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e8706f hue: 0.00 , saturation: 0.72 and the lightness value of e8706f is 0.67.

The process color (four color CMYK) of #e8706f color hex is 0.00, 0.52, 0.52, 0.09. Web safe color of #e8706f is #ff6666. Color #e8706f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110000 01101111
Octal 350 160 157
Decimal 232 112 111
Hex E8 70 6F

RGB Percentages of Color #e8706f

%50.99
%24.62
%24.40

CMYK Percentages of Color #e8706f

%0
%52
%52
%9

Triadic Colors of #e8706f

#e8706f #6fe870 #706fe8

Analogous Colors of #e8706f

#e8706f #e8ad6f #e86fab

Monochromatic Colors of #e8706f

#e8706f

Complementary Color

#e8706f #6fe7e8

#e8706f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8706f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8706f Color CSS Codes

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

#e8706f Text Font Color

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

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


#e8706f Background Color

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

This div background color is #e8706f


#e8706f Border Color

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

This div border color is #e8706f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,112,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8706f


Comments

No comments written yet.

Please login to write comment.