Color Hex Logo

#e791db Color Hex

#E791DB
(231,145,219)
0 Favorites   0 Comments

Color spaces of #e791db

RGB 231145219
HSL0.860.640.74
HSV308°37°91°
CMYK 0.000.370.05   0.09
XYZ55.866642.354272.2485
Yxy42.35420.32770.2485
Hunter Lab65.080139.3393-20.2646
CIE-Lab71.114443.3401-24.2454

#e791db color RGB value is (231,145,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010001 11011011
Octal 347 221 333
Decimal 231 145 219
Hex E7 91 DB

RGB Percentages of Color #e791db

%38.82
%24.37
%36.81

CMYK Percentages of Color #e791db

%0
%37
%5
%9

Triadic Colors of #e791db

#e791db #dbe791 #91dbe7

Analogous Colors of #e791db

#e791db #e791b0 #c891e7

Monochromatic Colors of #e791db

#e791db

Complementary Color

#e791db #91e79d

#e791db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e791db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e791db Color CSS Codes

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

#e791db Text Font Color

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

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


#e791db Background Color

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

This div background color is #e791db


#e791db Border Color

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

This div border color is #e791db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e791db

#e791db Color Palettes


Comments

No comments written yet.

Please login to write comment.