Color Hex Logo

#e584db Color Hex

#E584DB
(229,132,219)
0 Favorites   0 Comments

Color spaces of #e584db

RGB 229132219
HSL0.850.650.71
HSV306°42°90°
CMYK 0.000.420.04   0.10
XYZ53.350538.275071.5938
Yxy38.27500.32690.2345
Hunter Lab61.866845.6616-25.3051
CIE-Lab68.222849.4194-28.7025

#e584db color RGB value is (229,132,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000100 11011011
Octal 345 204 333
Decimal 229 132 219
Hex E5 84 DB

RGB Percentages of Color #e584db

%39.48
%22.76
%37.76

CMYK Percentages of Color #e584db

%0
%42
%4
%10

Triadic Colors of #e584db

#e584db #dbe584 #84dbe5

Analogous Colors of #e584db

#e584db #e584ab #bf84e5

Monochromatic Colors of #e584db

#e584db

Complementary Color

#e584db #84e58e

#e584db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e584db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e584db Color CSS Codes

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

#e584db Text Font Color

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

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


#e584db Background Color

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

This div background color is #e584db


#e584db Border Color

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

This div border color is #e584db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e584db


Comments

No comments written yet.

Please login to write comment.