Color Hex Logo

#e1196d Color Hex

#E1196D
(225,25,109)
0 Favorites   0 Comments

Color spaces of #e1196d

RGB 22525109
HSL0.930.800.49
HSV335°89°88°
CMYK 0.000.890.52   0.12
XYZ34.159317.806916.1047
Yxy17.80690.50180.2616
Hunter Lab42.198270.64826.9111
CIE-Lab49.261174.19196.7495

#e1196d color RGB value is (225,25,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011001 01101101
Octal 341 31 155
Decimal 225 25 109
Hex E1 19 6D

RGB Percentages of Color #e1196d

%62.67
%6.96
%30.36

CMYK Percentages of Color #e1196d

%0
%89
%52
%12

Triadic Colors of #e1196d

#e1196d #6de119 #196de1

Analogous Colors of #e1196d

#e1196d #e12919 #e119d1

Monochromatic Colors of #e1196d

#e1196d

Complementary Color

#e1196d #19e18d

#e1196d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1196d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1196d Color CSS Codes

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

#e1196d Text Font Color

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

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


#e1196d Background Color

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

This div background color is #e1196d


#e1196d Border Color

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

This div border color is #e1196d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1196d


Comments

No comments written yet.

Please login to write comment.