Color Hex Logo

#e585db Color Hex

#E585DB
(229,133,219)
0 Favorites   0 Comments

Color spaces of #e585db

RGB 229133219
HSL0.850.650.71
HSV306°42°90°
CMYK 0.000.420.04   0.10
XYZ53.486838.547571.6392
Yxy38.54750.32680.2355
Hunter Lab62.086645.1237-24.9516
CIE-Lab68.422248.9109-28.3954

#e585db color RGB value is (229,133,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000101 11011011
Octal 345 205 333
Decimal 229 133 219
Hex E5 85 DB

RGB Percentages of Color #e585db

%39.41
%22.89
%37.69

CMYK Percentages of Color #e585db

%0
%42
%4
%10

Triadic Colors of #e585db

#e585db #dbe585 #85dbe5

Analogous Colors of #e585db

#e585db #e585ab #bf85e5

Monochromatic Colors of #e585db

#e585db

Complementary Color

#e585db #85e58f

#e585db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e585db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e585db Color CSS Codes

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

#e585db Text Font Color

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

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


#e585db Background Color

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

This div background color is #e585db


#e585db Border Color

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

This div border color is #e585db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e585db

#e585db Color Palettes


Comments

No comments written yet.

Please login to write comment.