Color Hex Logo

#e80bbd Color Hex

#E80BBD
(232,11,189)
0 Favorites   0 Comments

Color spaces of #e80bbd

RGB 23211189
HSL0.870.910.48
HSV312°95°91°
CMYK 0.000.950.19   0.09
XYZ42.583721.069349.9665
Yxy21.06930.37480.1854
Hunter Lab45.901385.2713-32.4100
CIE-Lab53.025385.0715-35.2567

#e80bbd color RGB value is (232,11,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001011 10111101
Octal 350 13 275
Decimal 232 11 189
Hex E8 B BD

RGB Percentages of Color #e80bbd

%53.70
%2.55
%43.75

CMYK Percentages of Color #e80bbd

%0
%95
%19
%9

Triadic Colors of #e80bbd

#e80bbd #bde80b #0bbde8

Analogous Colors of #e80bbd

#e80bbd #e80b4e #a50be8

Monochromatic Colors of #e80bbd

#e80bbd

Complementary Color

#e80bbd #0be836

#e80bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80bbd Color CSS Codes

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

#e80bbd Text Font Color

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

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


#e80bbd Background Color

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

This div background color is #e80bbd


#e80bbd Border Color

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

This div border color is #e80bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80bbd


Comments

No comments written yet.

Please login to write comment.