Color Hex Logo

#e7159a Color Hex

#E7159A
(231,21,154)
0 Favorites   0 Comments

Color spaces of #e7159a

RGB 23121154
HSL0.890.830.49
HSV322°91°91°
CMYK 0.000.910.33   0.09
XYZ39.055919.858332.3464
Yxy19.85830.42800.2176
Hunter Lab44.562778.4575-11.8426
CIE-Lab51.676680.0134-16.7662

#e7159a color RGB value is (231,21,154).

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

The process color (four color CMYK) of #e7159a color hex is 0.00, 0.91, 0.33, 0.09. Web safe color of #e7159a is #ff0099. Color #e7159a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010101 10011010
Octal 347 25 232
Decimal 231 21 154
Hex E7 15 9A

RGB Percentages of Color #e7159a

%56.90
%5.17
%37.93

CMYK Percentages of Color #e7159a

%0
%91
%33
%9

Triadic Colors of #e7159a

#e7159a #9ae715 #159ae7

Analogous Colors of #e7159a

#e7159a #e71531 #cb15e7

Monochromatic Colors of #e7159a

#e7159a

Complementary Color

#e7159a #15e762

#e7159a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7159a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7159a Color CSS Codes

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

#e7159a Text Font Color

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

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


#e7159a Background Color

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

This div background color is #e7159a


#e7159a Border Color

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

This div border color is #e7159a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7159a


Comments

No comments written yet.

Please login to write comment.