Color Hex Logo

#e5016c Color Hex

#E5016C
(229,1,108)
0 Favorites   0 Comments

Color spaces of #e5016c

RGB 2291108
HSL0.920.990.45
HSV332°100°90°
CMYK 0.001.000.53   0.10
XYZ35.030717.762415.7695
Yxy17.76240.51090.2591
Hunter Lab42.145574.61217.3174
CIE-Lab49.206677.42397.3946

#e5016c color RGB value is (229,1,108).

#e5016c hex color red value is 229, green value is 1 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #e5016c hue: 0.92 , saturation: 0.99 and the lightness value of e5016c is 0.45.

The process color (four color CMYK) of #e5016c color hex is 0.00, 1.00, 0.53, 0.10. Web safe color of #e5016c is #cc0066. Color #e5016c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000001 01101100
Octal 345 1 154
Decimal 229 1 108
Hex E5 1 6C

RGB Percentages of Color #e5016c

%67.75
%0.30
%31.95

CMYK Percentages of Color #e5016c

%0
%100
%53
%10

Triadic Colors of #e5016c

#e5016c #6ce501 #016ce5

Analogous Colors of #e5016c

#e5016c #e50801 #e501de

Monochromatic Colors of #e5016c

#e5016c

Complementary Color

#e5016c #01e57a

#e5016c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5016c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5016c Color CSS Codes

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

#e5016c Text Font Color

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

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


#e5016c Background Color

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

This div background color is #e5016c


#e5016c Border Color

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

This div border color is #e5016c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5016c


Comments

No comments written yet.

Please login to write comment.