Color Hex Logo

#e1157d Color Hex

#E1157D
(225,21,125)
0 Favorites   0 Comments

Color spaces of #e1157d

RGB 22521125
HSL0.920.830.48
HSV329°91°88°
CMYK 0.000.910.44   0.12
XYZ35.021218.024621.0353
Yxy18.02460.47270.2433
Hunter Lab42.455472.94670.3425
CIE-Lab49.525976.0153-2.6425

#e1157d color RGB value is (225,21,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010101 01111101
Octal 341 25 175
Decimal 225 21 125
Hex E1 15 7D

RGB Percentages of Color #e1157d

%60.65
%5.66
%33.69

CMYK Percentages of Color #e1157d

%0
%91
%44
%12

Triadic Colors of #e1157d

#e1157d #7de115 #157de1

Analogous Colors of #e1157d

#e1157d #e11517 #df15e1

Monochromatic Colors of #e1157d

#e1157d

Complementary Color

#e1157d #15e179

#e1157d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1157d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1157d Color CSS Codes

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

#e1157d Text Font Color

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

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


#e1157d Background Color

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

This div background color is #e1157d


#e1157d Border Color

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

This div border color is #e1157d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1157d


Comments

No comments written yet.

Please login to write comment.