Color Hex Logo

#db09db Color Hex

#DB09DB
(219,9,219)
0 Favorites   0 Comments

Color spaces of #db09db

RGB 2199219
HSL0.830.920.45
HSV300°96°86°
CMYK 0.000.960.00   0.14
XYZ42.097320.369968.7308
Yxy20.36990.32090.1553
Hunter Lab45.133087.5110-58.6966
CIE-Lab52.252986.9385-53.8870

#db09db color RGB value is (219,9,219).

#db09db hex color red value is 219, green value is 9 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #db09db hue: 0.83 , saturation: 0.92 and the lightness value of db09db is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001001 11011011
Octal 333 11 333
Decimal 219 9 219
Hex DB 9 DB

RGB Percentages of Color #db09db

%48.99
%2.01
%48.99

CMYK Percentages of Color #db09db

%0
%96
%0
%14

Triadic Colors of #db09db

#db09db #dbdb09 #09dbdb

Analogous Colors of #db09db

#db09db #db0972 #7209db

Monochromatic Colors of #db09db

#db09db

Complementary Color

#db09db #09db09

#db09db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db09db Color Preview on White Background

Lorem ipsum dolor sit amet.

#db09db Color CSS Codes

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

#db09db Text Font Color

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

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


#db09db Background Color

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

This div background color is #db09db


#db09db Border Color

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

This div border color is #db09db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db09db


Comments

No comments written yet.

Please login to write comment.