Color Hex Logo

#e4157e Color Hex

#E4157E
(228,21,126)
0 Favorites   0 Comments

Color spaces of #e4157e

RGB 22821126
HSL0.920.830.49
HSV330°91°89°
CMYK 0.000.910.45   0.11
XYZ36.029018.536721.4177
Yxy18.53670.47420.2440
Hunter Lab43.054374.02880.6437
CIE-Lab50.140776.7713-2.2789

#e4157e color RGB value is (228,21,126).

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

The process color (four color CMYK) of #e4157e color hex is 0.00, 0.91, 0.45, 0.11. Web safe color of #e4157e is #cc0066. Color #e4157e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010101 01111110
Octal 344 25 176
Decimal 228 21 126
Hex E4 15 7E

RGB Percentages of Color #e4157e

%60.80
%5.60
%33.60

CMYK Percentages of Color #e4157e

%0
%91
%45
%11

Triadic Colors of #e4157e

#e4157e #7ee415 #157ee4

Analogous Colors of #e4157e

#e4157e #e41516 #e315e4

Monochromatic Colors of #e4157e

#e4157e

Complementary Color

#e4157e #15e47b

#e4157e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4157e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4157e Color CSS Codes

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

#e4157e Text Font Color

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

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


#e4157e Background Color

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

This div background color is #e4157e


#e4157e Border Color

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

This div border color is #e4157e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4157e


Comments

No comments written yet.

Please login to write comment.