Color Hex Logo

#e585b9 Color Hex

#E585B9
(229,133,185)
0 Favorites   0 Comments

Color spaces of #e585b9

RGB 229133185
HSL0.910.650.71
HSV328°42°90°
CMYK 0.000.420.19   0.10
XYZ49.457636.935950.4216
Yxy36.93590.36150.2700
Hunter Lab60.774938.9042-6.6472
CIE-Lab67.228943.4172-11.2346

#e585b9 color RGB value is (229,133,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000101 10111001
Octal 345 205 271
Decimal 229 133 185
Hex E5 85 B9

RGB Percentages of Color #e585b9

%41.86
%24.31
%33.82

CMYK Percentages of Color #e585b9

%0
%42
%19
%10

Triadic Colors of #e585b9

#e585b9 #b9e585 #85b9e5

Analogous Colors of #e585b9

#e585b9 #e58589 #e185e5

Monochromatic Colors of #e585b9

#e585b9

Complementary Color

#e585b9 #85e5b1

#e585b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e585b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e585b9 Color CSS Codes

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

#e585b9 Text Font Color

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

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


#e585b9 Background Color

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

This div background color is #e585b9


#e585b9 Border Color

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

This div border color is #e585b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e585b9


Comments

No comments written yet.

Please login to write comment.