Color Hex Logo

#e1178c Color Hex

#E1178C
(225,23,140)
0 Favorites   0 Comments

Color spaces of #e1178c

RGB 22523140
HSL0.900.810.49
HSV325°90°88°
CMYK 0.000.900.38   0.12
XYZ36.091418.513826.4822
Yxy18.51380.44510.2283
Hunter Lab43.027774.4265-6.3718
CIE-Lab50.113577.0976-10.8535

#e1178c color RGB value is (225,23,140).

#e1178c hex color red value is 225, green value is 23 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #e1178c hue: 0.90 , saturation: 0.81 and the lightness value of e1178c is 0.49.

The process color (four color CMYK) of #e1178c color hex is 0.00, 0.90, 0.38, 0.12. Web safe color of #e1178c is #cc0099. Color #e1178c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010111 10001100
Octal 341 27 214
Decimal 225 23 140
Hex E1 17 8C

RGB Percentages of Color #e1178c

%57.99
%5.93
%36.08

CMYK Percentages of Color #e1178c

%0
%90
%38
%12

Triadic Colors of #e1178c

#e1178c #8ce117 #178ce1

Analogous Colors of #e1178c

#e1178c #e11727 #d117e1

Monochromatic Colors of #e1178c

#e1178c

Complementary Color

#e1178c #17e16c

#e1178c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1178c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1178c Color CSS Codes

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

#e1178c Text Font Color

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

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


#e1178c Background Color

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

This div background color is #e1178c


#e1178c Border Color

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

This div border color is #e1178c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1178c


Comments

No comments written yet.

Please login to write comment.