Color Hex Logo

#e1589f Color Hex

#E1589F
(225,88,159)
0 Favorites   0 Comments

Color spaces of #e1589f

RGB 22588159
HSL0.910.700.61
HSV329°61°88°
CMYK 0.000.610.29   0.12
XYZ40.799125.490235.5706
Yxy25.49020.40050.2502
Hunter Lab50.487855.8918-6.4306
CIE-Lab57.550060.1475-10.9341

#e1589f color RGB value is (225,88,159).

#e1589f hex color red value is 225, green value is 88 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e1589f hue: 0.91 , saturation: 0.70 and the lightness value of e1589f is 0.61.

The process color (four color CMYK) of #e1589f color hex is 0.00, 0.61, 0.29, 0.12. Web safe color of #e1589f is #cc6699. Color #e1589f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011000 10011111
Octal 341 130 237
Decimal 225 88 159
Hex E1 58 9F

RGB Percentages of Color #e1589f

%47.67
%18.64
%33.69

CMYK Percentages of Color #e1589f

%0
%61
%29
%12

Triadic Colors of #e1589f

#e1589f #9fe158 #589fe1

Analogous Colors of #e1589f

#e1589f #e1585b #df58e1

Monochromatic Colors of #e1589f

#e1589f

Complementary Color

#e1589f #58e19a

#e1589f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1589f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1589f Color CSS Codes

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

#e1589f Text Font Color

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

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


#e1589f Background Color

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

This div background color is #e1589f


#e1589f Border Color

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

This div border color is #e1589f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1589f


Comments

No comments written yet.

Please login to write comment.