Color Hex Logo

#e80deb Color Hex

#E80DEB
(232,13,235)
0 Favorites   0 Comments

Color spaces of #e80deb

RGB 23213235
HSL0.830.900.49
HSV299°94°92°
CMYK 0.010.940.00   0.08
XYZ48.418023.441880.5701
Yxy23.44180.31760.1538
Hunter Lab48.416793.7754-64.7725
CIE-Lab55.524591.0293-57.5802

#e80deb color RGB value is (232,13,235).

#e80deb hex color red value is 232, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e80deb hue: 0.83 , saturation: 0.90 and the lightness value of e80deb is 0.49.

The process color (four color CMYK) of #e80deb color hex is 0.01, 0.94, 0.00, 0.08. Web safe color of #e80deb is #ff00ff. Color #e80deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001101 11101011
Octal 350 15 353
Decimal 232 13 235
Hex E8 D EB

RGB Percentages of Color #e80deb

%48.33
%2.71
%48.96

CMYK Percentages of Color #e80deb

%1
%94
%0
%8

Triadic Colors of #e80deb

#e80deb #ebe80d #0debe8

Analogous Colors of #e80deb

#e80deb #eb0d7f #790deb

Monochromatic Colors of #e80deb

#e80deb

Complementary Color

#e80deb #10eb0d

#e80deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80deb Color CSS Codes

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

#e80deb Text Font Color

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

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


#e80deb Background Color

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

This div background color is #e80deb


#e80deb Border Color

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

This div border color is #e80deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80deb


Comments

No comments written yet.

Please login to write comment.