Color Hex Logo

#e589bd Color Hex

#E589BD
(229,137,189)
0 Favorites   0 Comments

Color spaces of #e589bd

RGB 229137189
HSL0.910.640.72
HSV326°40°90°
CMYK 0.000.400.17   0.10
XYZ50.444138.223552.8633
Yxy38.22350.35640.2701
Hunter Lab61.825237.4469-7.4180
CIE-Lab68.185041.9523-12.0446

#e589bd color RGB value is (229,137,189).

#e589bd hex color red value is 229, green value is 137 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e589bd hue: 0.91 , saturation: 0.64 and the lightness value of e589bd is 0.72.

The process color (four color CMYK) of #e589bd color hex is 0.00, 0.40, 0.17, 0.10. Web safe color of #e589bd is #cc99cc. Color #e589bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001001 10111101
Octal 345 211 275
Decimal 229 137 189
Hex E5 89 BD

RGB Percentages of Color #e589bd

%41.26
%24.68
%34.05

CMYK Percentages of Color #e589bd

%0
%40
%17
%10

Triadic Colors of #e589bd

#e589bd #bde589 #89bde5

Analogous Colors of #e589bd

#e589bd #e5898f #df89e5

Monochromatic Colors of #e589bd

#e589bd

Complementary Color

#e589bd #89e5b1

#e589bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e589bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e589bd Color CSS Codes

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

#e589bd Text Font Color

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

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


#e589bd Background Color

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

This div background color is #e589bd


#e589bd Border Color

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

This div border color is #e589bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e589bd


Comments

No comments written yet.

Please login to write comment.