Color Hex Logo

#e591db Color Hex

#E591DB
(229,145,219)
0 Favorites   0 Comments

Color spaces of #e591db

RGB 229145219
HSL0.850.620.73
HSV307°37°90°
CMYK 0.000.370.04   0.10
XYZ55.224742.023372.2185
Yxy42.02330.32590.2480
Hunter Lab64.825438.6196-20.6741
CIE-Lab70.887042.7102-24.6135

#e591db color RGB value is (229,145,219).

#e591db hex color red value is 229, green value is 145 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e591db hue: 0.85 , saturation: 0.62 and the lightness value of e591db is 0.73.

The process color (four color CMYK) of #e591db color hex is 0.00, 0.37, 0.04, 0.10. Web safe color of #e591db is #cc99cc. Color #e591db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010001 11011011
Octal 345 221 333
Decimal 229 145 219
Hex E5 91 DB

RGB Percentages of Color #e591db

%38.62
%24.45
%36.93

CMYK Percentages of Color #e591db

%0
%37
%4
%10

Triadic Colors of #e591db

#e591db #dbe591 #91dbe5

Analogous Colors of #e591db

#e591db #e591b1 #c591e5

Monochromatic Colors of #e591db

#e591db

Complementary Color

#e591db #91e59b

#e591db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e591db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e591db Color CSS Codes

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

#e591db Text Font Color

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

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


#e591db Background Color

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

This div background color is #e591db


#e591db Border Color

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

This div border color is #e591db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,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 #e591db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e591db


Comments

No comments written yet.

Please login to write comment.