Color Hex Logo

#e7169c Color Hex

#E7169C
(231,22,156)
0 Favorites   0 Comments

Color spaces of #e7169c

RGB 23122156
HSL0.890.830.50
HSV322°90°91°
CMYK 0.000.900.32   0.09
XYZ39.242719.963033.2374
Yxy19.96300.42450.2159
Hunter Lab44.680078.5877-12.8298
CIE-Lab51.795480.0933-17.7757

#e7169c color RGB value is (231,22,156).

#e7169c hex color red value is 231, green value is 22 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #e7169c hue: 0.89 , saturation: 0.83 and the lightness value of e7169c is 0.50.

The process color (four color CMYK) of #e7169c color hex is 0.00, 0.90, 0.32, 0.09. Web safe color of #e7169c is #ff0099. Color #e7169c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010110 10011100
Octal 347 26 234
Decimal 231 22 156
Hex E7 16 9C

RGB Percentages of Color #e7169c

%56.48
%5.38
%38.14

CMYK Percentages of Color #e7169c

%0
%90
%32
%9

Triadic Colors of #e7169c

#e7169c #9ce716 #169ce7

Analogous Colors of #e7169c

#e7169c #e71633 #ca16e7

Monochromatic Colors of #e7169c

#e7169c

Complementary Color

#e7169c #16e761

#e7169c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7169c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7169c Color CSS Codes

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

#e7169c Text Font Color

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

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


#e7169c Background Color

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

This div background color is #e7169c


#e7169c Border Color

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

This div border color is #e7169c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7169c


Comments

No comments written yet.

Please login to write comment.