Color Hex Logo

#db05db Color Hex

#DB05DB
(219,5,219)
0 Favorites   0 Comments

Color spaces of #db05db

RGB 2195219
HSL0.830.960.44
HSV300°98°86°
CMYK 0.000.980.00   0.14
XYZ42.053920.283168.7164
Yxy20.28310.32090.1548
Hunter Lab45.036887.8633-58.9380
CIE-Lab52.155887.2259-54.0424

#db05db color RGB value is (219,5,219).

#db05db hex color red value is 219, green value is 5 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #db05db hue: 0.83 , saturation: 0.96 and the lightness value of db05db is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000101 11011011
Octal 333 5 333
Decimal 219 5 219
Hex DB 5 DB

RGB Percentages of Color #db05db

%49.44
%1.13
%49.44

CMYK Percentages of Color #db05db

%0
%98
%0
%14

Triadic Colors of #db05db

#db05db #dbdb05 #05dbdb

Analogous Colors of #db05db

#db05db #db0570 #7005db

Monochromatic Colors of #db05db

#db05db

Complementary Color

#db05db #05db05

#db05db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db05db Color Preview on White Background

Lorem ipsum dolor sit amet.

#db05db Color CSS Codes

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

#db05db Text Font Color

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

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


#db05db Background Color

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

This div background color is #db05db


#db05db Border Color

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

This div border color is #db05db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db05db


Comments

No comments written yet.

Please login to write comment.