Color Hex Logo

#db02db Color Hex

#DB02DB
(219,2,219)
0 Favorites   0 Comments

Color spaces of #db02db

RGB 2192219
HSL0.830.980.43
HSV300°99°86°
CMYK 0.000.990.00   0.14
XYZ42.021320.218068.7055
Yxy20.21800.32090.1544
Hunter Lab44.964488.1286-59.1198
CIE-Lab52.082887.4421-54.1592

#db02db color RGB value is (219,2,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000010 11011011
Octal 333 2 333
Decimal 219 2 219
Hex DB 2 DB

RGB Percentages of Color #db02db

%49.77
%0.45
%49.77

CMYK Percentages of Color #db02db

%0
%99
%0
%14

Triadic Colors of #db02db

#db02db #dbdb02 #02dbdb

Analogous Colors of #db02db

#db02db #db026f #6f02db

Monochromatic Colors of #db02db

#db02db

Complementary Color

#db02db #02db02

#db02db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db02db Color Preview on White Background

Lorem ipsum dolor sit amet.

#db02db Color CSS Codes

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

#db02db Text Font Color

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

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


#db02db Background Color

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

This div background color is #db02db


#db02db Border Color

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

This div border color is #db02db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db02db


Comments

No comments written yet.

Please login to write comment.