Color Hex Logo

#e1294e Color Hex

#E1294E
(225,41,78)
0 Favorites   0 Comments

Color spaces of #e1294e

RGB 2254178
HSL0.970.750.52
HSV348°82°88°
CMYK 0.000.820.65   0.12
XYZ33.219418.14358.9589
Yxy18.14350.55070.3008
Hunter Lab42.595264.668117.3464
CIE-Lab49.669769.139726.2352

#e1294e color RGB value is (225,41,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101001 01001110
Octal 341 51 116
Decimal 225 41 78
Hex E1 29 4E

RGB Percentages of Color #e1294e

%65.41
%11.92
%22.67

CMYK Percentages of Color #e1294e

%0
%82
%65
%12

Triadic Colors of #e1294e

#e1294e #4ee129 #294ee1

Analogous Colors of #e1294e

#e1294e #e16029 #e129aa

Monochromatic Colors of #e1294e

#e1294e

Complementary Color

#e1294e #29e1bc

#e1294e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1294e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1294e Color CSS Codes

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

#e1294e Text Font Color

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

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


#e1294e Background Color

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

This div background color is #e1294e


#e1294e Border Color

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

This div border color is #e1294e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1294e


Comments

No comments written yet.

Please login to write comment.