Color Hex Logo

#e78766 Color Hex

#E78766
(231,135,102)
0 Favorites   0 Comments

Color spaces of #e78766

RGB 231135102
HSL0.040.730.65
HSV15°56°91°
CMYK 0.000.420.56   0.09
XYZ44.017235.276217.0594
Yxy35.27620.45680.3661
Hunter Lab59.393828.348724.5460
CIE-Lab65.963133.550633.4961

#e78766 color RGB value is (231,135,102).

#e78766 hex color red value is 231, green value is 135 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #e78766 hue: 0.04 , saturation: 0.73 and the lightness value of e78766 is 0.65.

The process color (four color CMYK) of #e78766 color hex is 0.00, 0.42, 0.56, 0.09. Web safe color of #e78766 is #ff9966. Color #e78766 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000111 01100110
Octal 347 207 146
Decimal 231 135 102
Hex E7 87 66

RGB Percentages of Color #e78766

%49.36
%28.85
%21.79

CMYK Percentages of Color #e78766

%0
%42
%56
%9

Triadic Colors of #e78766

#e78766 #66e787 #8766e7

Analogous Colors of #e78766

#e78766 #e7c866 #e76686

Monochromatic Colors of #e78766

#e78766

Complementary Color

#e78766 #66c6e7

#e78766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78766 Color CSS Codes

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

#e78766 Text Font Color

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

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


#e78766 Background Color

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

This div background color is #e78766


#e78766 Border Color

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

This div border color is #e78766


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,135,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e78766; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e78766;
  -webkit-box-shadow: 1px 1px 3px 2px #e78766;
  box-shadow:         1px 1px 3px 2px #e78766; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,135,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78766


Comments

No comments written yet.

Please login to write comment.