Color Hex Logo

#e79eaa Color Hex

#E79EAA
(231,158,170)
0 Favorites   0 Comments

Color spaces of #e79eaa

RGB 231158170
HSL0.970.600.76
HSV350°32°91°
CMYK 0.000.320.26   0.09
XYZ52.437644.344943.8259
Yxy44.34490.37290.3154
Hunter Lab66.592024.02327.5941
CIE-Lab72.458428.79644.8464

#e79eaa color RGB value is (231,158,170).

#e79eaa hex color red value is 231, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e79eaa hue: 0.97 , saturation: 0.60 and the lightness value of e79eaa is 0.76.

The process color (four color CMYK) of #e79eaa color hex is 0.00, 0.32, 0.26, 0.09. Web safe color of #e79eaa is #ff9999. Color #e79eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011110 10101010
Octal 347 236 252
Decimal 231 158 170
Hex E7 9E AA

RGB Percentages of Color #e79eaa

%41.32
%28.26
%30.41

CMYK Percentages of Color #e79eaa

%0
%32
%26
%9

Triadic Colors of #e79eaa

#e79eaa #aae79e #9eaae7

Analogous Colors of #e79eaa

#e79eaa #e7b79e #e79ecf

Monochromatic Colors of #e79eaa

#e79eaa

Complementary Color

#e79eaa #9ee7db

#e79eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e79eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e79eaa Color CSS Codes

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

#e79eaa Text Font Color

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

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


#e79eaa Background Color

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

This div background color is #e79eaa


#e79eaa Border Color

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

This div border color is #e79eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e79eaa


Comments

No comments written yet.

Please login to write comment.