Color Hex Logo

#e1299f Color Hex

#E1299F
(225,41,159)
0 Favorites   0 Comments

Color spaces of #e1299f

RGB 22541159
HSL0.890.750.52
HSV322°82°88°
CMYK 0.000.820.29   0.12
XYZ38.102320.096634.6717
Yxy20.09660.41030.2164
Hunter Lab44.829273.2637-14.4754
CIE-Lab51.946375.8009-19.4254

#e1299f color RGB value is (225,41,159).

#e1299f hex color red value is 225, green value is 41 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e1299f hue: 0.89 , saturation: 0.75 and the lightness value of e1299f is 0.52.

The process color (four color CMYK) of #e1299f color hex is 0.00, 0.82, 0.29, 0.12. Web safe color of #e1299f is #cc3399. Color #e1299f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101001 10011111
Octal 341 51 237
Decimal 225 41 159
Hex E1 29 9F

RGB Percentages of Color #e1299f

%52.94
%9.65
%37.41

CMYK Percentages of Color #e1299f

%0
%82
%29
%12

Triadic Colors of #e1299f

#e1299f #9fe129 #299fe1

Analogous Colors of #e1299f

#e1299f #e12943 #c729e1

Monochromatic Colors of #e1299f

#e1299f

Complementary Color

#e1299f #29e16b

#e1299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1299f Color CSS Codes

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

#e1299f Text Font Color

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

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


#e1299f Background Color

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

This div background color is #e1299f


#e1299f Border Color

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

This div border color is #e1299f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1299f


Comments

No comments written yet.

Please login to write comment.