Color Hex Logo

#e791af Color Hex

#E791AF
(231,145,175)
0 Favorites   0 Comments

Color spaces of #e791af

RGB 231145175
HSL0.940.640.74
HSV339°37°91°
CMYK 0.000.370.24   0.09
XYZ50.818340.334945.6644
Yxy40.33490.37140.2948
Hunter Lab63.509831.68741.8265
CIE-Lab69.707436.3889-1.9335

#e791af color RGB value is (231,145,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010001 10101111
Octal 347 221 257
Decimal 231 145 175
Hex E7 91 AF

RGB Percentages of Color #e791af

%41.92
%26.32
%31.76

CMYK Percentages of Color #e791af

%0
%37
%24
%9

Triadic Colors of #e791af

#e791af #afe791 #91afe7

Analogous Colors of #e791af

#e791af #e79e91 #e791da

Monochromatic Colors of #e791af

#e791af

Complementary Color

#e791af #91e7c9

#e791af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e791af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e791af Color CSS Codes

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

#e791af Text Font Color

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

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


#e791af Background Color

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

This div background color is #e791af


#e791af Border Color

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

This div border color is #e791af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e791af


Comments

No comments written yet.

Please login to write comment.