Color Hex Logo

#e791bf Color Hex

#E791BF
(231,145,191)
0 Favorites   0 Comments

Color spaces of #e791bf

RGB 231145191
HSL0.910.640.74
HSV328°37°91°
CMYK 0.000.370.17   0.09
XYZ52.484441.001354.4380
Yxy41.00130.35480.2772
Hunter Lab64.032334.2521-5.5837
CIE-Lab70.176838.7528-10.1560

#e791bf color RGB value is (231,145,191).

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

The process color (four color CMYK) of #e791bf color hex is 0.00, 0.37, 0.17, 0.09. Web safe color of #e791bf is #ff99cc. Color #e791bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010001 10111111
Octal 347 221 277
Decimal 231 145 191
Hex E7 91 BF

RGB Percentages of Color #e791bf

%40.74
%25.57
%33.69

CMYK Percentages of Color #e791bf

%0
%37
%17
%9

Triadic Colors of #e791bf

#e791bf #bfe791 #91bfe7

Analogous Colors of #e791bf

#e791bf #e79194 #e491e7

Monochromatic Colors of #e791bf

#e791bf

Complementary Color

#e791bf #91e7b9

#e791bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e791bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e791bf Color CSS Codes

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

#e791bf Text Font Color

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

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


#e791bf Background Color

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

This div background color is #e791bf


#e791bf Border Color

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

This div border color is #e791bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e791bf

#e791bf Color Palettes


Comments

No comments written yet.

Please login to write comment.