Color Hex Logo

#e8139a Color Hex

#E8139A
(232,19,154)
0 Favorites   0 Comments

Color spaces of #e8139a

RGB 23219154
HSL0.890.850.49
HSV322°92°91°
CMYK 0.000.920.34   0.09
XYZ39.344319.954632.3498
Yxy19.95460.42930.2177
Hunter Lab44.670679.0431-11.6676
CIE-Lab51.785880.4554-16.5825

#e8139a color RGB value is (232,19,154).

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

The process color (four color CMYK) of #e8139a color hex is 0.00, 0.92, 0.34, 0.09. Web safe color of #e8139a is #ff0099. Color #e8139a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010011 10011010
Octal 350 23 232
Decimal 232 19 154
Hex E8 13 9A

RGB Percentages of Color #e8139a

%57.28
%4.69
%38.02

CMYK Percentages of Color #e8139a

%0
%92
%34
%9

Triadic Colors of #e8139a

#e8139a #9ae813 #139ae8

Analogous Colors of #e8139a

#e8139a #e8132f #cc13e8

Monochromatic Colors of #e8139a

#e8139a

Complementary Color

#e8139a #13e861

#e8139a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8139a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8139a Color CSS Codes

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

#e8139a Text Font Color

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

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


#e8139a Background Color

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

This div background color is #e8139a


#e8139a Border Color

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

This div border color is #e8139a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8139a


Comments

No comments written yet.

Please login to write comment.