Color Hex Logo

#db13ad Color Hex

#DB13AD
(219,19,173)
0 Favorites   0 Comments

Color spaces of #db13ad

RGB 21919173
HSL0.870.840.47
HSV314°91°86°
CMYK 0.000.910.21   0.14
XYZ36.989118.542941.1648
Yxy18.54290.38250.1918
Hunter Lab43.061577.9710-26.5355
CIE-Lab50.148179.9257-30.5684

#db13ad color RGB value is (219,19,173).

#db13ad hex color red value is 219, green value is 19 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #db13ad hue: 0.87 , saturation: 0.84 and the lightness value of db13ad is 0.47.

The process color (four color CMYK) of #db13ad color hex is 0.00, 0.91, 0.21, 0.14. Web safe color of #db13ad is #cc0099. Color #db13ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010011 10101101
Octal 333 23 255
Decimal 219 19 173
Hex DB 13 AD

RGB Percentages of Color #db13ad

%53.28
%4.62
%42.09

CMYK Percentages of Color #db13ad

%0
%91
%21
%14

Triadic Colors of #db13ad

#db13ad #addb13 #13addb

Analogous Colors of #db13ad

#db13ad #db1349 #a513db

Monochromatic Colors of #db13ad

#db13ad

Complementary Color

#db13ad #13db41

#db13ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db13ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#db13ad Color CSS Codes

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

#db13ad Text Font Color

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

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


#db13ad Background Color

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

This div background color is #db13ad


#db13ad Border Color

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

This div border color is #db13ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,19,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db13ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db13ad


Comments

No comments written yet.

Please login to write comment.