Color Hex Logo

#e80ebb Color Hex

#E80EBB
(232,14,187)
0 Favorites   0 Comments

Color spaces of #e80ebb

RGB 23214187
HSL0.870.890.48
HSV312°94°91°
CMYK 0.000.940.19   0.09
XYZ42.405421.057748.8432
Yxy21.05770.37760.1875
Hunter Lab45.888784.6454-30.9853
CIE-Lab53.012684.5914-34.1138

#e80ebb color RGB value is (232,14,187).

#e80ebb hex color red value is 232, green value is 14 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e80ebb hue: 0.87 , saturation: 0.89 and the lightness value of e80ebb is 0.48.

The process color (four color CMYK) of #e80ebb color hex is 0.00, 0.94, 0.19, 0.09. Web safe color of #e80ebb is #ff00cc. Color #e80ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001110 10111011
Octal 350 16 273
Decimal 232 14 187
Hex E8 E BB

RGB Percentages of Color #e80ebb

%53.58
%3.23
%43.19

CMYK Percentages of Color #e80ebb

%0
%94
%19
%9

Triadic Colors of #e80ebb

#e80ebb #bbe80e #0ebbe8

Analogous Colors of #e80ebb

#e80ebb #e80e4e #a80ee8

Monochromatic Colors of #e80ebb

#e80ebb

Complementary Color

#e80ebb #0ee83b

#e80ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80ebb Color CSS Codes

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

#e80ebb Text Font Color

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

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


#e80ebb Background Color

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

This div background color is #e80ebb


#e80ebb Border Color

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

This div border color is #e80ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80ebb


Comments

No comments written yet.

Please login to write comment.