Color Hex Logo

#e0168f Color Hex

#E0168F
(224,22,143)
0 Favorites   0 Comments

Color spaces of #e0168f

RGB 22422143
HSL0.900.820.48
HSV324°90°88°
CMYK 0.000.900.36   0.12
XYZ35.985318.404327.6423
Yxy18.40430.43870.2244
Hunter Lab42.900274.6528-8.1727
CIE-Lab49.982977.3054-12.8756

#e0168f color RGB value is (224,22,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010110 10001111
Octal 340 26 217
Decimal 224 22 143
Hex E0 16 8F

RGB Percentages of Color #e0168f

%57.58
%5.66
%36.76

CMYK Percentages of Color #e0168f

%0
%90
%36
%12

Triadic Colors of #e0168f

#e0168f #8fe016 #168fe0

Analogous Colors of #e0168f

#e0168f #e0162a #cc16e0

Monochromatic Colors of #e0168f

#e0168f

Complementary Color

#e0168f #16e067

#e0168f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0168f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0168f Color CSS Codes

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

#e0168f Text Font Color

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

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


#e0168f Background Color

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

This div background color is #e0168f


#e0168f Border Color

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

This div border color is #e0168f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,22,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 #e0168f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0168f

#e0168f Color Palettes


Comments

No comments written yet.

Please login to write comment.