Color Hex Logo

#e71161 Color Hex

#E71161
(231,17,97)
0 Favorites   0 Comments

Color spaces of #e71161

RGB 2311797
HSL0.940.860.49
HSV338°93°91°
CMYK 0.000.930.58   0.09
XYZ35.313118.252912.9712
Yxy18.25290.53070.2743
Hunter Lab42.723472.773511.9054
CIE-Lab49.801475.821015.0413

#e71161 color RGB value is (231,17,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010001 01100001
Octal 347 21 141
Decimal 231 17 97
Hex E7 11 61

RGB Percentages of Color #e71161

%66.96
%4.93
%28.12

CMYK Percentages of Color #e71161

%0
%93
%58
%9

Triadic Colors of #e71161

#e71161 #61e711 #1161e7

Analogous Colors of #e71161

#e71161 #e72c11 #e711cc

Monochromatic Colors of #e71161

#e71161

Complementary Color

#e71161 #11e797

#e71161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71161 Color CSS Codes

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

#e71161 Text Font Color

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

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


#e71161 Background Color

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

This div background color is #e71161


#e71161 Border Color

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

This div border color is #e71161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71161


Comments

No comments written yet.

Please login to write comment.