Color Hex Logo

#e71170 Color Hex

#E71170
(231,17,112)
0 Favorites   0 Comments

Color spaces of #e71170

RGB 23117112
HSL0.930.860.49
HSV333°93°91°
CMYK 0.000.930.52   0.09
XYZ36.080118.559717.0100
Yxy18.55970.50360.2590
Hunter Lab43.081074.10126.7467
CIE-Lab50.168076.82456.3674

#e71170 color RGB value is (231,17,112).

#e71170 hex color red value is 231, green value is 17 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e71170 hue: 0.93 , saturation: 0.86 and the lightness value of e71170 is 0.49.

The process color (four color CMYK) of #e71170 color hex is 0.00, 0.93, 0.52, 0.09. Web safe color of #e71170 is #ff0066. Color #e71170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010001 01110000
Octal 347 21 160
Decimal 231 17 112
Hex E7 11 70

RGB Percentages of Color #e71170

%64.17
%4.72
%31.11

CMYK Percentages of Color #e71170

%0
%93
%52
%9

Triadic Colors of #e71170

#e71170 #70e711 #1170e7

Analogous Colors of #e71170

#e71170 #e71d11 #e711db

Monochromatic Colors of #e71170

#e71170

Complementary Color

#e71170 #11e788

#e71170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71170 Color CSS Codes

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

#e71170 Text Font Color

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

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


#e71170 Background Color

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

This div background color is #e71170


#e71170 Border Color

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

This div border color is #e71170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71170


Comments

No comments written yet.

Please login to write comment.