Color Hex Logo

#e1197d Color Hex

#E1197D
(225,25,125)
0 Favorites   0 Comments

Color spaces of #e1197d

RGB 22525125
HSL0.920.800.49
HSV330°89°88°
CMYK 0.000.890.44   0.12
XYZ35.100618.183521.0618
Yxy18.18350.47210.2446
Hunter Lab42.642172.30750.5650
CIE-Lab49.717975.4584-2.3600

#e1197d color RGB value is (225,25,125).

#e1197d hex color red value is 225, green value is 25 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e1197d hue: 0.92 , saturation: 0.80 and the lightness value of e1197d is 0.49.

The process color (four color CMYK) of #e1197d color hex is 0.00, 0.89, 0.44, 0.12. Web safe color of #e1197d is #cc0066. Color #e1197d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011001 01111101
Octal 341 31 175
Decimal 225 25 125
Hex E1 19 7D

RGB Percentages of Color #e1197d

%60.00
%6.67
%33.33

CMYK Percentages of Color #e1197d

%0
%89
%44
%12

Triadic Colors of #e1197d

#e1197d #7de119 #197de1

Analogous Colors of #e1197d

#e1197d #e11919 #e119e1

Monochromatic Colors of #e1197d

#e1197d

Complementary Color

#e1197d #19e17d

#e1197d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1197d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1197d Color CSS Codes

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

#e1197d Text Font Color

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

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


#e1197d Background Color

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

This div background color is #e1197d


#e1197d Border Color

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

This div border color is #e1197d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1197d


Comments

No comments written yet.

Please login to write comment.