Color Hex Logo

#e78977 Color Hex

#E78977
(231,137,119)
0 Favorites   0 Comments

Color spaces of #e78977

RGB 231137119
HSL0.030.700.69
HSV10°48°91°
CMYK 0.000.410.48   0.09
XYZ45.230436.212222.0585
Yxy36.21220.43700.3499
Hunter Lab60.176628.856620.3901
CIE-Lab66.681733.975025.0915

#e78977 color RGB value is (231,137,119).

#e78977 hex color red value is 231, green value is 137 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #e78977 hue: 0.03 , saturation: 0.70 and the lightness value of e78977 is 0.69.

The process color (four color CMYK) of #e78977 color hex is 0.00, 0.41, 0.48, 0.09. Web safe color of #e78977 is #ff9966. Color #e78977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001001 01110111
Octal 347 211 167
Decimal 231 137 119
Hex E7 89 77

RGB Percentages of Color #e78977

%47.43
%28.13
%24.44

CMYK Percentages of Color #e78977

%0
%41
%48
%9

Triadic Colors of #e78977

#e78977 #77e789 #8977e7

Analogous Colors of #e78977

#e78977 #e7c177 #e7779d

Monochromatic Colors of #e78977

#e78977

Complementary Color

#e78977 #77d5e7

#e78977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78977 Color CSS Codes

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

#e78977 Text Font Color

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

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


#e78977 Background Color

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

This div background color is #e78977


#e78977 Border Color

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

This div border color is #e78977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78977


Comments

No comments written yet.

Please login to write comment.