Color Hex Logo

#e591dc Color Hex

#E591DC
(229,145,220)
0 Favorites   0 Comments

Color spaces of #e591dc

RGB 229145220
HSL0.850.620.73
HSV306°37°90°
CMYK 0.000.370.04   0.10
XYZ55.356842.076172.9140
Yxy42.07610.32500.2470
Hunter Lab64.866138.8164-21.2398
CIE-Lab70.923442.8858-25.1089

#e591dc color RGB value is (229,145,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010001 11011100
Octal 345 221 334
Decimal 229 145 220
Hex E5 91 DC

RGB Percentages of Color #e591dc

%38.55
%24.41
%37.04

CMYK Percentages of Color #e591dc

%0
%37
%4
%10

Triadic Colors of #e591dc

#e591dc #dce591 #91dce5

Analogous Colors of #e591dc

#e591dc #e591b2 #c491e5

Monochromatic Colors of #e591dc

#e591dc

Complementary Color

#e591dc #91e59a

#e591dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e591dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e591dc Color CSS Codes

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

#e591dc Text Font Color

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

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


#e591dc Background Color

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

This div background color is #e591dc


#e591dc Border Color

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

This div border color is #e591dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e591dc


Comments

No comments written yet.

Please login to write comment.