Color Hex Logo

#e791aa Color Hex

#E791AA
(231,145,170)
0 Favorites   0 Comments

Color spaces of #e791aa

RGB 231145170
HSL0.950.640.74
HSV343°37°91°
CMYK 0.000.370.26   0.09
XYZ50.336140.142043.1254
Yxy40.14200.37680.3005
Hunter Lab63.357730.93773.9938
CIE-Lab69.570635.69110.6582

#e791aa color RGB value is (231,145,170).

#e791aa hex color red value is 231, green value is 145 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e791aa hue: 0.95 , saturation: 0.64 and the lightness value of e791aa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010001 10101010
Octal 347 221 252
Decimal 231 145 170
Hex E7 91 AA

RGB Percentages of Color #e791aa

%42.31
%26.56
%31.14

CMYK Percentages of Color #e791aa

%0
%37
%26
%9

Triadic Colors of #e791aa

#e791aa #aae791 #91aae7

Analogous Colors of #e791aa

#e791aa #e7a391 #e791d5

Monochromatic Colors of #e791aa

#e791aa

Complementary Color

#e791aa #91e7ce

#e791aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e791aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e791aa Color CSS Codes

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

#e791aa Text Font Color

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

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


#e791aa Background Color

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

This div background color is #e791aa


#e791aa Border Color

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

This div border color is #e791aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e791aa


Comments

No comments written yet.

Please login to write comment.