Color Hex Logo

#e1147e Color Hex

#E1147E
(225,20,126)
0 Favorites   0 Comments

Color spaces of #e1147e

RGB 22520126
HSL0.910.840.48
HSV329°91°88°
CMYK 0.000.910.44   0.12
XYZ35.067418.014221.3675
Yxy18.01420.47100.2420
Hunter Lab42.443173.2049-0.1387
CIE-Lab49.513376.2272-3.2696

#e1147e color RGB value is (225,20,126).

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

The process color (four color CMYK) of #e1147e color hex is 0.00, 0.91, 0.44, 0.12. Web safe color of #e1147e is #cc0066. Color #e1147e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 01111110
Octal 341 24 176
Decimal 225 20 126
Hex E1 14 7E

RGB Percentages of Color #e1147e

%60.65
%5.39
%33.96

CMYK Percentages of Color #e1147e

%0
%91
%44
%12

Triadic Colors of #e1147e

#e1147e #7ee114 #147ee1

Analogous Colors of #e1147e

#e1147e #e11417 #de14e1

Monochromatic Colors of #e1147e

#e1147e

Complementary Color

#e1147e #14e177

#e1147e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1147e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1147e Color CSS Codes

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

#e1147e Text Font Color

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

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


#e1147e Background Color

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

This div background color is #e1147e


#e1147e Border Color

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

This div border color is #e1147e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1147e


Comments

No comments written yet.

Please login to write comment.