Color Hex Logo

#e591df Color Hex

#E591DF
(229,145,223)
0 Favorites   0 Comments

Color spaces of #e591df

RGB 229145223
HSL0.850.620.73
HSV304°37°90°
CMYK 0.000.370.03   0.10
XYZ55.757842.236575.0257
Yxy42.23650.32230.2441
Hunter Lab64.989639.4121-22.9532
CIE-Lab71.033743.4162-26.5918

#e591df color RGB value is (229,145,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010001 11011111
Octal 345 221 337
Decimal 229 145 223
Hex E5 91 DF

RGB Percentages of Color #e591df

%38.36
%24.29
%37.35

CMYK Percentages of Color #e591df

%0
%37
%3
%10

Triadic Colors of #e591df

#e591df #dfe591 #91dfe5

Analogous Colors of #e591df

#e591df #e591b5 #c191e5

Monochromatic Colors of #e591df

#e591df

Complementary Color

#e591df #91e597

#e591df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e591df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e591df Color CSS Codes

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

#e591df Text Font Color

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

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


#e591df Background Color

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

This div background color is #e591df


#e591df Border Color

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

This div border color is #e591df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e591df


Comments

No comments written yet.

Please login to write comment.