Color Hex Logo

#db16db Color Hex

#DB16DB
(219,22,219)
0 Favorites   0 Comments

Color spaces of #db16db

RGB 21922219
HSL0.830.820.47
HSV300°90°86°
CMYK 0.000.900.00   0.14
XYZ42.286520.748468.7939
Yxy20.74840.32080.1574
Hunter Lab45.550485.9964-57.6592
CIE-Lab52.673085.6976-53.2151

#db16db color RGB value is (219,22,219).

#db16db hex color red value is 219, green value is 22 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #db16db hue: 0.83 , saturation: 0.82 and the lightness value of db16db is 0.47.

The process color (four color CMYK) of #db16db color hex is 0.00, 0.90, 0.00, 0.14. Web safe color of #db16db is #cc00cc. Color #db16db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010110 11011011
Octal 333 26 333
Decimal 219 22 219
Hex DB 16 DB

RGB Percentages of Color #db16db

%47.61
%4.78
%47.61

CMYK Percentages of Color #db16db

%0
%90
%0
%14

Triadic Colors of #db16db

#db16db #dbdb16 #16dbdb

Analogous Colors of #db16db

#db16db #db1679 #7916db

Monochromatic Colors of #db16db

#db16db

Complementary Color

#db16db #16db16

#db16db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db16db Color Preview on White Background

Lorem ipsum dolor sit amet.

#db16db Color CSS Codes

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

#db16db Text Font Color

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

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


#db16db Background Color

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

This div background color is #db16db


#db16db Border Color

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

This div border color is #db16db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db16db


Comments

No comments written yet.

Please login to write comment.