Color Hex Logo

#e80dbb Color Hex

#E80DBB
(232,13,187)
0 Favorites   0 Comments

Color spaces of #e80dbb

RGB 23213187
HSL0.870.890.48
HSV312°94°91°
CMYK 0.000.940.19   0.09
XYZ42.392321.031548.8389
Yxy21.03150.37760.1873
Hunter Lab45.860184.7471-31.0390
CIE-Lab52.984084.6755-34.1587

#e80dbb color RGB value is (232,13,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001101 10111011
Octal 350 15 273
Decimal 232 13 187
Hex E8 D BB

RGB Percentages of Color #e80dbb

%53.70
%3.01
%43.29

CMYK Percentages of Color #e80dbb

%0
%94
%19
%9

Triadic Colors of #e80dbb

#e80dbb #bbe80d #0dbbe8

Analogous Colors of #e80dbb

#e80dbb #e80d4d #a80de8

Monochromatic Colors of #e80dbb

#e80dbb

Complementary Color

#e80dbb #0de83a

#e80dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80dbb Color CSS Codes

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

#e80dbb Text Font Color

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

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


#e80dbb Background Color

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

This div background color is #e80dbb


#e80dbb Border Color

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

This div border color is #e80dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80dbb


Comments

No comments written yet.

Please login to write comment.