Color Hex Logo

#e797aa Color Hex

#E797AA
(231,151,170)
0 Favorites   0 Comments

Color spaces of #e797aa

RGB 231151170
HSL0.960.630.75
HSV346°35°91°
CMYK 0.000.350.26   0.09
XYZ51.277342.024443.4391
Yxy42.02440.37500.3073
Hunter Lab64.826227.74695.6490
CIE-Lab70.887732.51932.5740

#e797aa color RGB value is (231,151,170).

#e797aa hex color red value is 231, green value is 151 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e797aa hue: 0.96 , saturation: 0.63 and the lightness value of e797aa is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010111 10101010
Octal 347 227 252
Decimal 231 151 170
Hex E7 97 AA

RGB Percentages of Color #e797aa

%41.85
%27.36
%30.80

CMYK Percentages of Color #e797aa

%0
%35
%26
%9

Triadic Colors of #e797aa

#e797aa #aae797 #97aae7

Analogous Colors of #e797aa

#e797aa #e7ac97 #e797d2

Monochromatic Colors of #e797aa

#e797aa

Complementary Color

#e797aa #97e7d4

#e797aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e797aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e797aa Color CSS Codes

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

#e797aa Text Font Color

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

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


#e797aa Background Color

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

This div background color is #e797aa


#e797aa Border Color

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

This div border color is #e797aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e797aa


Comments

No comments written yet.

Please login to write comment.