Color Hex Logo

#e5589b Color Hex

#E5589B
(229,88,155)
0 Favorites   0 Comments

Color spaces of #e5589b

RGB 22988155
HSL0.920.730.62
HSV331°62°90°
CMYK 0.000.620.32   0.10
XYZ41.719226.004033.8308
Yxy26.00400.41080.2561
Hunter Lab50.994156.7943-3.6386
CIE-Lab58.040860.8458-7.8043

#e5589b color RGB value is (229,88,155).

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

The process color (four color CMYK) of #e5589b color hex is 0.00, 0.62, 0.32, 0.10. Web safe color of #e5589b is #cc6699. Color #e5589b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011000 10011011
Octal 345 130 233
Decimal 229 88 155
Hex E5 58 9B

RGB Percentages of Color #e5589b

%48.52
%18.64
%32.84

CMYK Percentages of Color #e5589b

%0
%62
%32
%10

Triadic Colors of #e5589b

#e5589b #9be558 #589be5

Analogous Colors of #e5589b

#e5589b #e55c58 #e558e2

Monochromatic Colors of #e5589b

#e5589b

Complementary Color

#e5589b #58e5a2

#e5589b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5589b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5589b Color CSS Codes

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

#e5589b Text Font Color

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

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


#e5589b Background Color

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

This div background color is #e5589b


#e5589b Border Color

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

This div border color is #e5589b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5589b


Comments

No comments written yet.

Please login to write comment.