Color Hex Logo

#e0118f Color Hex

#E0118F
(224,17,143)
0 Favorites   0 Comments

Color spaces of #e0118f

RGB 22417143
HSL0.900.860.47
HSV323°92°88°
CMYK 0.000.920.36   0.12
XYZ35.898818.231427.6135
Yxy18.23140.43920.2230
Hunter Lab42.698275.3530-8.4548
CIE-Lab49.775677.9087-13.1890

#e0118f color RGB value is (224,17,143).

#e0118f hex color red value is 224, green value is 17 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #e0118f hue: 0.90 , saturation: 0.86 and the lightness value of e0118f is 0.47.

The process color (four color CMYK) of #e0118f color hex is 0.00, 0.92, 0.36, 0.12. Web safe color of #e0118f is #cc0099. Color #e0118f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010001 10001111
Octal 340 21 217
Decimal 224 17 143
Hex E0 11 8F

RGB Percentages of Color #e0118f

%58.33
%4.43
%37.24

CMYK Percentages of Color #e0118f

%0
%92
%36
%12

Triadic Colors of #e0118f

#e0118f #8fe011 #118fe0

Analogous Colors of #e0118f

#e0118f #e01128 #ca11e0

Monochromatic Colors of #e0118f

#e0118f

Complementary Color

#e0118f #11e062

#e0118f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0118f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0118f Color CSS Codes

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

#e0118f Text Font Color

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

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


#e0118f Background Color

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

This div background color is #e0118f


#e0118f Border Color

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

This div border color is #e0118f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,17,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0118f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0118f;
  -webkit-box-shadow: 1px 1px 3px 2px #e0118f;
  box-shadow:         1px 1px 3px 2px #e0118f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,17,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0118f


Comments

No comments written yet.

Please login to write comment.