Color Hex Logo

#e80adb Color Hex

#E80ADB
(232,10,219)
0 Favorites   0 Comments

Color spaces of #e80adb

RGB 23210219
HSL0.840.920.47
HSV304°96°91°
CMYK 0.000.960.06   0.09
XYZ46.173422.487468.9247
Yxy22.48740.33560.1634
Hunter Lab47.420990.8177-52.9815
CIE-Lab54.540489.0027-50.1042

#e80adb color RGB value is (232,10,219).

#e80adb hex color red value is 232, green value is 10 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e80adb hue: 0.84 , saturation: 0.92 and the lightness value of e80adb is 0.47.

The process color (four color CMYK) of #e80adb color hex is 0.00, 0.96, 0.06, 0.09. Web safe color of #e80adb is #ff00cc. Color #e80adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001010 11011011
Octal 350 12 333
Decimal 232 10 219
Hex E8 A DB

RGB Percentages of Color #e80adb

%50.33
%2.17
%47.51

CMYK Percentages of Color #e80adb

%0
%96
%6
%9

Triadic Colors of #e80adb

#e80adb #dbe80a #0adbe8

Analogous Colors of #e80adb

#e80adb #e80a6c #860ae8

Monochromatic Colors of #e80adb

#e80adb

Complementary Color

#e80adb #0ae817

#e80adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80adb Color CSS Codes

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

#e80adb Text Font Color

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

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


#e80adb Background Color

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

This div background color is #e80adb


#e80adb Border Color

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

This div border color is #e80adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80adb


Comments

No comments written yet.

Please login to write comment.