Color Hex Logo

#e1146c Color Hex

#E1146C
(225,20,108)
0 Favorites   0 Comments

Color spaces of #e1146c

RGB 22520108
HSL0.930.840.48
HSV334°91°88°
CMYK 0.000.910.52   0.12
XYZ34.008317.590615.7902
Yxy17.59060.50470.2610
Hunter Lab41.941171.34117.0370
CIE-Lab48.995774.81096.9851

#e1146c color RGB value is (225,20,108).

#e1146c hex color red value is 225, green value is 20 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #e1146c hue: 0.93 , saturation: 0.84 and the lightness value of e1146c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 01101100
Octal 341 24 154
Decimal 225 20 108
Hex E1 14 6C

RGB Percentages of Color #e1146c

%63.74
%5.67
%30.59

CMYK Percentages of Color #e1146c

%0
%91
%52
%12

Triadic Colors of #e1146c

#e1146c #6ce114 #146ce1

Analogous Colors of #e1146c

#e1146c #e12314 #e114d3

Monochromatic Colors of #e1146c

#e1146c

Complementary Color

#e1146c #14e189

#e1146c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1146c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1146c Color CSS Codes

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

#e1146c Text Font Color

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

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


#e1146c Background Color

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

This div background color is #e1146c


#e1146c Border Color

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

This div border color is #e1146c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1146c


Comments

No comments written yet.

Please login to write comment.