Color Hex Logo

#e1489f Color Hex

#E1489F
(225,72,159)
0 Favorites   0 Comments

Color spaces of #e1489f

RGB 22572159
HSL0.910.720.58
HSV326°68°88°
CMYK 0.000.680.29   0.12
XYZ39.626723.145535.1799
Yxy23.14550.40460.2363
Hunter Lab48.109862.8335-9.6785
CIE-Lab55.221966.5342-14.4418

#e1489f color RGB value is (225,72,159).

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

The process color (four color CMYK) of #e1489f color hex is 0.00, 0.68, 0.29, 0.12. Web safe color of #e1489f is #cc3399. Color #e1489f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001000 10011111
Octal 341 110 237
Decimal 225 72 159
Hex E1 48 9F

RGB Percentages of Color #e1489f

%49.34
%15.79
%34.87

CMYK Percentages of Color #e1489f

%0
%68
%29
%12

Triadic Colors of #e1489f

#e1489f #9fe148 #489fe1

Analogous Colors of #e1489f

#e1489f #e14852 #d748e1

Monochromatic Colors of #e1489f

#e1489f

Complementary Color

#e1489f #48e18a

#e1489f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1489f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1489f Color CSS Codes

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

#e1489f Text Font Color

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

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


#e1489f Background Color

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

This div background color is #e1489f


#e1489f Border Color

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

This div border color is #e1489f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,72,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 #e1489f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1489f


Comments

No comments written yet.

Please login to write comment.