Color Hex Logo

#e80bbb Color Hex

#E80BBB
(232,11,187)
0 Favorites   0 Comments

Color spaces of #e80bbb

RGB 23211187
HSL0.870.910.48
HSV312°95°91°
CMYK 0.000.950.19   0.09
XYZ42.368020.983048.8308
Yxy20.98300.37770.1870
Hunter Lab45.807284.9356-31.1385
CIE-Lab52.930984.8312-34.2417

#e80bbb color RGB value is (232,11,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001011 10111011
Octal 350 13 273
Decimal 232 11 187
Hex E8 B BB

RGB Percentages of Color #e80bbb

%53.95
%2.56
%43.49

CMYK Percentages of Color #e80bbb

%0
%95
%19
%9

Triadic Colors of #e80bbb

#e80bbb #bbe80b #0bbbe8

Analogous Colors of #e80bbb

#e80bbb #e80b4d #a70be8

Monochromatic Colors of #e80bbb

#e80bbb

Complementary Color

#e80bbb #0be838

#e80bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80bbb Color CSS Codes

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

#e80bbb Text Font Color

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

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


#e80bbb Background Color

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

This div background color is #e80bbb


#e80bbb Border Color

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

This div border color is #e80bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80bbb


Comments

No comments written yet.

Please login to write comment.