Color Hex Logo

#db82db Color Hex

#DB82DB
(219,130,219)
0 Favorites   0 Comments

Color spaces of #db82db

RGB 219130219
HSL0.830.550.68
HSV300°41°86°
CMYK 0.000.410.00   0.14
XYZ49.982236.139871.3592
Yxy36.13980.31740.2295
Hunter Lab60.116443.2055-28.2968
CIE-Lab66.626647.4302-31.2644

#db82db color RGB value is (219,130,219).

#db82db hex color red value is 219, green value is 130 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #db82db hue: 0.83 , saturation: 0.55 and the lightness value of db82db is 0.68.

The process color (four color CMYK) of #db82db color hex is 0.00, 0.41, 0.00, 0.14. Web safe color of #db82db is #cc99cc. Color #db82db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000010 11011011
Octal 333 202 333
Decimal 219 130 219
Hex DB 82 DB

RGB Percentages of Color #db82db

%38.56
%22.89
%38.56

CMYK Percentages of Color #db82db

%0
%41
%0
%14

Triadic Colors of #db82db

#db82db #dbdb82 #82dbdb

Analogous Colors of #db82db

#db82db #db82af #af82db

Monochromatic Colors of #db82db

#db82db

Complementary Color

#db82db #82db82

#db82db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db82db Color Preview on White Background

Lorem ipsum dolor sit amet.

#db82db Color CSS Codes

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

#db82db Text Font Color

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

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


#db82db Background Color

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

This div background color is #db82db


#db82db Border Color

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

This div border color is #db82db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db82db


Comments

No comments written yet.

Please login to write comment.