Color Hex Logo

#e591dd Color Hex

#E591DD
(229,145,221)
0 Favorites   0 Comments

Color spaces of #e591dd

RGB 229145221
HSL0.850.620.73
HSV306°37°90°
CMYK 0.000.370.03   0.10
XYZ55.489642.129373.6138
Yxy42.12930.32410.2460
Hunter Lab64.907139.0137-21.8083
CIE-Lab70.960043.0616-25.6037

#e591dd color RGB value is (229,145,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010001 11011101
Octal 345 221 335
Decimal 229 145 221
Hex E5 91 DD

RGB Percentages of Color #e591dd

%38.49
%24.37
%37.14

CMYK Percentages of Color #e591dd

%0
%37
%3
%10

Triadic Colors of #e591dd

#e591dd #dde591 #91dde5

Analogous Colors of #e591dd

#e591dd #e591b3 #c391e5

Monochromatic Colors of #e591dd

#e591dd

Complementary Color

#e591dd #91e599

#e591dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e591dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e591dd Color CSS Codes

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

#e591dd Text Font Color

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

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


#e591dd Background Color

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

This div background color is #e591dd


#e591dd Border Color

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

This div border color is #e591dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e591dd


Comments

No comments written yet.

Please login to write comment.