Color Hex Logo

#e7016c Color Hex

#E7016C
(231,1,108)
0 Favorites   0 Comments

Color spaces of #e7016c

RGB 2311108
HSL0.920.990.45
HSV332°100°91°
CMYK 0.001.000.53   0.09
XYZ35.672618.093315.7996
Yxy18.09330.51280.2601
Hunter Lab42.536275.25907.7528
CIE-Lab49.609177.86578.0217

#e7016c color RGB value is (231,1,108).

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

The process color (four color CMYK) of #e7016c color hex is 0.00, 1.00, 0.53, 0.09. Web safe color of #e7016c is #ff0066. Color #e7016c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000001 01101100
Octal 347 1 154
Decimal 231 1 108
Hex E7 1 6C

RGB Percentages of Color #e7016c

%67.94
%0.29
%31.76

CMYK Percentages of Color #e7016c

%0
%100
%53
%9

Triadic Colors of #e7016c

#e7016c #6ce701 #016ce7

Analogous Colors of #e7016c

#e7016c #e70901 #e701df

Monochromatic Colors of #e7016c

#e7016c

Complementary Color

#e7016c #01e77c

#e7016c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7016c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7016c Color CSS Codes

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

#e7016c Text Font Color

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

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


#e7016c Background Color

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

This div background color is #e7016c


#e7016c Border Color

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

This div border color is #e7016c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7016c


Comments

No comments written yet.

Please login to write comment.