Color Hex Logo

#e81197 Color Hex

#E81197
(232,17,151)
0 Favorites   0 Comments

Color spaces of #e81197

RGB 23217151
HSL0.900.860.49
HSV323°93°91°
CMYK 0.000.930.35   0.09
XYZ39.065119.791131.0393
Yxy19.79110.43460.2202
Hunter Lab44.487278.8919-10.2264
CIE-Lab51.600280.3720-15.0756

#e81197 color RGB value is (232,17,151).

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

The process color (four color CMYK) of #e81197 color hex is 0.00, 0.93, 0.35, 0.09. Web safe color of #e81197 is #ff0099. Color #e81197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010001 10010111
Octal 350 21 227
Decimal 232 17 151
Hex E8 11 97

RGB Percentages of Color #e81197

%58.00
%4.25
%37.75

CMYK Percentages of Color #e81197

%0
%93
%35
%9

Triadic Colors of #e81197

#e81197 #97e811 #1197e8

Analogous Colors of #e81197

#e81197 #e8112b #ce11e8

Monochromatic Colors of #e81197

#e81197

Complementary Color

#e81197 #11e862

#e81197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e81197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e81197 Color CSS Codes

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

#e81197 Text Font Color

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

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


#e81197 Background Color

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

This div background color is #e81197


#e81197 Border Color

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

This div border color is #e81197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e81197


Comments

No comments written yet.

Please login to write comment.