Color Hex Logo

#db01db Color Hex

#DB01DB
(219,1,219)
0 Favorites   0 Comments

Color spaces of #db01db

RGB 2191219
HSL0.830.990.43
HSV300°100°86°
CMYK 0.001.000.00   0.14
XYZ42.010520.196368.7019
Yxy20.19630.32090.1543
Hunter Lab44.940388.2175-59.1806
CIE-Lab52.058487.5145-54.1982

#db01db color RGB value is (219,1,219).

#db01db hex color red value is 219, green value is 1 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #db01db hue: 0.83 , saturation: 0.99 and the lightness value of db01db is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000001 11011011
Octal 333 1 333
Decimal 219 1 219
Hex DB 1 DB

RGB Percentages of Color #db01db

%49.89
%0.23
%49.89

CMYK Percentages of Color #db01db

%0
%100
%0
%14

Triadic Colors of #db01db

#db01db #dbdb01 #01dbdb

Analogous Colors of #db01db

#db01db #db016e #6e01db

Monochromatic Colors of #db01db

#db01db

Complementary Color

#db01db #01db01

#db01db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db01db Color Preview on White Background

Lorem ipsum dolor sit amet.

#db01db Color CSS Codes

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

#db01db Text Font Color

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

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


#db01db Background Color

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

This div background color is #db01db


#db01db Border Color

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

This div border color is #db01db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db01db


Comments

No comments written yet.

Please login to write comment.