Color Hex Logo

#e4159a Color Hex

#E4159A
(228,21,154)
0 Favorites   0 Comments

Color spaces of #e4159a

RGB 22821154
HSL0.890.830.49
HSV321°91°89°
CMYK 0.000.910.32   0.11
XYZ38.095819.363432.3015
Yxy19.36340.42440.2157
Hunter Lab44.003977.5274-12.7197
CIE-Lab51.109779.3858-17.6819

#e4159a color RGB value is (228,21,154).

#e4159a hex color red value is 228, green value is 21 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e4159a hue: 0.89 , saturation: 0.83 and the lightness value of e4159a is 0.49.

The process color (four color CMYK) of #e4159a color hex is 0.00, 0.91, 0.32, 0.11. Web safe color of #e4159a is #cc0099. Color #e4159a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010101 10011010
Octal 344 25 232
Decimal 228 21 154
Hex E4 15 9A

RGB Percentages of Color #e4159a

%56.58
%5.21
%38.21

CMYK Percentages of Color #e4159a

%0
%91
%32
%11

Triadic Colors of #e4159a

#e4159a #9ae415 #159ae4

Analogous Colors of #e4159a

#e4159a #e41532 #c715e4

Monochromatic Colors of #e4159a

#e4159a

Complementary Color

#e4159a #15e45f

#e4159a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4159a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4159a Color CSS Codes

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

#e4159a Text Font Color

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

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


#e4159a Background Color

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

This div background color is #e4159a


#e4159a Border Color

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

This div border color is #e4159a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,21,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4159a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4159a;
  -webkit-box-shadow: 1px 1px 3px 2px #e4159a;
  box-shadow:         1px 1px 3px 2px #e4159a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,21,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4159a


Comments

No comments written yet.

Please login to write comment.