Color Hex Logo

#eb589e Color Hex

#EB589E
(235,88,158)
0 Favorites   0 Comments

Color spaces of #eb589e

RGB 23588158
HSL0.920.790.63
HSV331°63°92°
CMYK 0.000.630.33   0.08
XYZ43.922227.110235.2656
Yxy27.11020.41320.2550
Hunter Lab52.067559.4580-3.7103
CIE-Lab59.076262.9572-7.9078

#eb589e color RGB value is (235,88,158).

#eb589e hex color red value is 235, green value is 88 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #eb589e hue: 0.92 , saturation: 0.79 and the lightness value of eb589e is 0.63.

The process color (four color CMYK) of #eb589e color hex is 0.00, 0.63, 0.33, 0.08. Web safe color of #eb589e is #ff6699. Color #eb589e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011000 10011110
Octal 353 130 236
Decimal 235 88 158
Hex EB 58 9E

RGB Percentages of Color #eb589e

%48.86
%18.30
%32.85

CMYK Percentages of Color #eb589e

%0
%63
%33
%8

Triadic Colors of #eb589e

#eb589e #9eeb58 #589eeb

Analogous Colors of #eb589e

#eb589e #eb5c58 #eb58e8

Monochromatic Colors of #eb589e

#eb589e

Complementary Color

#eb589e #58eba5

#eb589e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb589e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb589e Color CSS Codes

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

#eb589e Text Font Color

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

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


#eb589e Background Color

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

This div background color is #eb589e


#eb589e Border Color

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

This div border color is #eb589e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb589e


Comments

No comments written yet.

Please login to write comment.