Color Hex Logo

#e791bd Color Hex

#E791BD
(231,145,189)
0 Favorites   0 Comments

Color spaces of #e791bd

RGB 231145189
HSL0.910.640.74
HSV329°37°91°
CMYK 0.000.370.18   0.09
XYZ52.265740.913853.2866
Yxy40.91380.35680.2793
Hunter Lab63.963933.9178-4.6182
CIE-Lab70.115538.4467-9.1346

#e791bd color RGB value is (231,145,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010001 10111101
Octal 347 221 275
Decimal 231 145 189
Hex E7 91 BD

RGB Percentages of Color #e791bd

%40.88
%25.66
%33.45

CMYK Percentages of Color #e791bd

%0
%37
%18
%9

Triadic Colors of #e791bd

#e791bd #bde791 #91bde7

Analogous Colors of #e791bd

#e791bd #e79192 #e691e7

Monochromatic Colors of #e791bd

#e791bd

Complementary Color

#e791bd #91e7bb

#e791bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e791bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e791bd Color CSS Codes

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

#e791bd Text Font Color

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

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


#e791bd Background Color

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

This div background color is #e791bd


#e791bd Border Color

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

This div border color is #e791bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e791bd


Comments

No comments written yet.

Please login to write comment.