Color Hex Logo

#e082db Color Hex

#E082DB
(224,130,219)
0 Favorites   0 Comments

Color spaces of #e082db

RGB 224130219
HSL0.840.600.69
HSV303°42°88°
CMYK 0.000.420.02   0.12
XYZ51.509336.927071.4306
Yxy36.92700.32220.2310
Hunter Lab60.767644.9612-27.1564
CIE-Lab67.222248.9319-30.2954

#e082db color RGB value is (224,130,219).

#e082db hex color red value is 224, green value is 130 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e082db hue: 0.84 , saturation: 0.60 and the lightness value of e082db is 0.69.

The process color (four color CMYK) of #e082db color hex is 0.00, 0.42, 0.02, 0.12. Web safe color of #e082db is #cc99cc. Color #e082db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000010 11011011
Octal 340 202 333
Decimal 224 130 219
Hex E0 82 DB

RGB Percentages of Color #e082db

%39.09
%22.69
%38.22

CMYK Percentages of Color #e082db

%0
%42
%2
%12

Triadic Colors of #e082db

#e082db #dbe082 #82dbe0

Analogous Colors of #e082db

#e082db #e082ac #b682e0

Monochromatic Colors of #e082db

#e082db

Complementary Color

#e082db #82e087

#e082db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e082db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e082db Color CSS Codes

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

#e082db Text Font Color

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

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


#e082db Background Color

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

This div background color is #e082db


#e082db Border Color

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

This div border color is #e082db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e082db


Comments

No comments written yet.

Please login to write comment.