Color Hex Logo

#e0149f Color Hex

#E0149F
(224,20,159)
0 Favorites   0 Comments

Color spaces of #e0149f

RGB 22420159
HSL0.890.840.48
HSV319°91°88°
CMYK 0.000.910.29   0.12
XYZ37.248618.850834.4762
Yxy18.85080.41120.2081
Hunter Lab43.417577.1575-16.6877
CIE-Lab50.512279.2079-21.6407

#e0149f color RGB value is (224,20,159).

#e0149f hex color red value is 224, green value is 20 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e0149f hue: 0.89 , saturation: 0.84 and the lightness value of e0149f is 0.48.

The process color (four color CMYK) of #e0149f color hex is 0.00, 0.91, 0.29, 0.12. Web safe color of #e0149f is #cc0099. Color #e0149f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010100 10011111
Octal 340 24 237
Decimal 224 20 159
Hex E0 14 9F

RGB Percentages of Color #e0149f

%55.58
%4.96
%39.45

CMYK Percentages of Color #e0149f

%0
%91
%29
%12

Triadic Colors of #e0149f

#e0149f #9fe014 #149fe0

Analogous Colors of #e0149f

#e0149f #e01439 #bb14e0

Monochromatic Colors of #e0149f

#e0149f

Complementary Color

#e0149f #14e055

#e0149f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0149f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0149f Color CSS Codes

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

#e0149f Text Font Color

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

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


#e0149f Background Color

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

This div background color is #e0149f


#e0149f Border Color

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

This div border color is #e0149f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0149f


Comments

No comments written yet.

Please login to write comment.