Color Hex Logo

#e80796 Color Hex

#E80796
(232,7,150)
0 Favorites   0 Comments

Color spaces of #e80796

RGB 2327150
HSL0.890.940.47
HSV322°97°91°
CMYK 0.000.970.35   0.09
XYZ38.859719.509830.5718
Yxy19.50980.43690.2194
Hunter Lab44.169979.7430-10.1181
CIE-Lab51.278481.1064-14.9663

#e80796 color RGB value is (232,7,150).

#e80796 hex color red value is 232, green value is 7 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #e80796 hue: 0.89 , saturation: 0.94 and the lightness value of e80796 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000111 10010110
Octal 350 7 226
Decimal 232 7 150
Hex E8 7 96

RGB Percentages of Color #e80796

%59.64
%1.80
%38.56

CMYK Percentages of Color #e80796

%0
%97
%35
%9

Triadic Colors of #e80796

#e80796 #96e807 #0796e8

Analogous Colors of #e80796

#e80796 #e80726 #ca07e8

Monochromatic Colors of #e80796

#e80796

Complementary Color

#e80796 #07e859

#e80796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80796 Color CSS Codes

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

#e80796 Text Font Color

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

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


#e80796 Background Color

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

This div background color is #e80796


#e80796 Border Color

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

This div border color is #e80796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80796


Comments

No comments written yet.

Please login to write comment.