Color Hex Logo

#e1319c Color Hex

#E1319C
(225,49,156)
0 Favorites   0 Comments

Color spaces of #e1319c

RGB 22549156
HSL0.900.750.54
HSV324°78°88°
CMYK 0.000.780.31   0.12
XYZ38.150420.604533.4188
Yxy20.60450.41390.2235
Hunter Lab45.392270.5861-11.8762
CIE-Lab52.513973.5092-16.7814

#e1319c color RGB value is (225,49,156).

#e1319c hex color red value is 225, green value is 49 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #e1319c hue: 0.90 , saturation: 0.75 and the lightness value of e1319c is 0.54.

The process color (four color CMYK) of #e1319c color hex is 0.00, 0.78, 0.31, 0.12. Web safe color of #e1319c is #cc3399. Color #e1319c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110001 10011100
Octal 341 61 234
Decimal 225 49 156
Hex E1 31 9C

RGB Percentages of Color #e1319c

%52.33
%11.40
%36.28

CMYK Percentages of Color #e1319c

%0
%78
%31
%12

Triadic Colors of #e1319c

#e1319c #9ce131 #319ce1

Analogous Colors of #e1319c

#e1319c #e13144 #ce31e1

Monochromatic Colors of #e1319c

#e1319c

Complementary Color

#e1319c #31e176

#e1319c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1319c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1319c Color CSS Codes

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

#e1319c Text Font Color

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

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


#e1319c Background Color

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

This div background color is #e1319c


#e1319c Border Color

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

This div border color is #e1319c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1319c


Comments

No comments written yet.

Please login to write comment.