Color Hex Logo

#e80dde Color Hex

#E80DDE
(232,13,222)
0 Favorites   0 Comments

Color spaces of #e80dde

RGB 23213222
HSL0.840.890.48
HSV303°94°91°
CMYK 0.000.940.04   0.09
XYZ46.607522.717671.0357
Yxy22.71760.33210.1619
Hunter Lab47.663091.1369-55.0002
CIE-Lab54.780389.1967-51.4262

#e80dde color RGB value is (232,13,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001101 11011110
Octal 350 15 336
Decimal 232 13 222
Hex E8 D DE

RGB Percentages of Color #e80dde

%49.68
%2.78
%47.54

CMYK Percentages of Color #e80dde

%0
%94
%4
%9

Triadic Colors of #e80dde

#e80dde #dee80d #0ddee8

Analogous Colors of #e80dde

#e80dde #e80d71 #850de8

Monochromatic Colors of #e80dde

#e80dde

Complementary Color

#e80dde #0de817

#e80dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80dde Color CSS Codes

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

#e80dde Text Font Color

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

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


#e80dde Background Color

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

This div background color is #e80dde


#e80dde Border Color

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

This div border color is #e80dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80dde


Comments

No comments written yet.

Please login to write comment.