Color Hex Logo

#e791ae Color Hex

#E791AE
(231,145,174)
0 Favorites   0 Comments

Color spaces of #e791ae

RGB 231145174
HSL0.940.640.74
HSV340°37°91°
CMYK 0.000.370.25   0.09
XYZ50.720440.295745.1490
Yxy40.29570.37250.2959
Hunter Lab63.478931.53562.2656
CIE-Lab69.679636.2478-1.4160

#e791ae color RGB value is (231,145,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010001 10101110
Octal 347 221 256
Decimal 231 145 174
Hex E7 91 AE

RGB Percentages of Color #e791ae

%42.00
%26.36
%31.64

CMYK Percentages of Color #e791ae

%0
%37
%25
%9

Triadic Colors of #e791ae

#e791ae #aee791 #91aee7

Analogous Colors of #e791ae

#e791ae #e79f91 #e791d9

Monochromatic Colors of #e791ae

#e791ae

Complementary Color

#e791ae #91e7ca

#e791ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e791ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e791ae Color CSS Codes

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

#e791ae Text Font Color

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

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


#e791ae Background Color

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

This div background color is #e791ae


#e791ae Border Color

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

This div border color is #e791ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e791ae


Comments

No comments written yet.

Please login to write comment.