Color Hex Logo

#e1299e Color Hex

#E1299E
(225,41,158)
0 Favorites   0 Comments

Color spaces of #e1299e

RGB 22541158
HSL0.890.750.52
HSV322°82°88°
CMYK 0.000.820.30   0.12
XYZ38.015820.062034.2165
Yxy20.06200.41190.2174
Hunter Lab44.790673.1173-13.9394
CIE-Lab51.907275.6898-18.8923

#e1299e color RGB value is (225,41,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101001 10011110
Octal 341 51 236
Decimal 225 41 158
Hex E1 29 9E

RGB Percentages of Color #e1299e

%53.07
%9.67
%37.26

CMYK Percentages of Color #e1299e

%0
%82
%30
%12

Triadic Colors of #e1299e

#e1299e #9ee129 #299ee1

Analogous Colors of #e1299e

#e1299e #e12942 #c829e1

Monochromatic Colors of #e1299e

#e1299e

Complementary Color

#e1299e #29e16c

#e1299e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1299e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1299e Color CSS Codes

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

#e1299e Text Font Color

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

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


#e1299e Background Color

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

This div background color is #e1299e


#e1299e Border Color

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

This div border color is #e1299e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1299e


Comments

No comments written yet.

Please login to write comment.