Color Hex Logo

#e1296e Color Hex

#E1296E
(225,41,110)
0 Favorites   0 Comments

Color spaces of #e1296e

RGB 22541110
HSL0.940.750.52
HSV338°82°88°
CMYK 0.000.820.51   0.12
XYZ34.658718.719216.5383
Yxy18.71920.49570.2677
Hunter Lab43.265767.27547.6224
CIE-Lab50.357171.19187.6983

#e1296e color RGB value is (225,41,110).

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

The process color (four color CMYK) of #e1296e color hex is 0.00, 0.82, 0.51, 0.12. Web safe color of #e1296e is #cc3366. Color #e1296e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101001 01101110
Octal 341 51 156
Decimal 225 41 110
Hex E1 29 6E

RGB Percentages of Color #e1296e

%59.84
%10.90
%29.26

CMYK Percentages of Color #e1296e

%0
%82
%51
%12

Triadic Colors of #e1296e

#e1296e #6ee129 #296ee1

Analogous Colors of #e1296e

#e1296e #e14029 #e129ca

Monochromatic Colors of #e1296e

#e1296e

Complementary Color

#e1296e #29e19c

#e1296e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1296e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1296e Color CSS Codes

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

#e1296e Text Font Color

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

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


#e1296e Background Color

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

This div background color is #e1296e


#e1296e Border Color

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

This div border color is #e1296e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1296e


Comments

No comments written yet.

Please login to write comment.