Color Hex Logo

#db13ab Color Hex

#DB13AB
(219,19,171)
0 Favorites   0 Comments

Color spaces of #db13ab

RGB 21919171
HSL0.870.840.47
HSV314°91°86°
CMYK 0.000.910.22   0.14
XYZ36.797018.466140.1530
Yxy18.46610.38560.1935
Hunter Lab42.972277.6478-25.3197
CIE-Lab50.056679.6868-29.5313

#db13ab color RGB value is (219,19,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010011 10101011
Octal 333 23 253
Decimal 219 19 171
Hex DB 13 AB

RGB Percentages of Color #db13ab

%53.55
%4.65
%41.81

CMYK Percentages of Color #db13ab

%0
%91
%22
%14

Triadic Colors of #db13ab

#db13ab #abdb13 #13abdb

Analogous Colors of #db13ab

#db13ab #db1347 #a713db

Monochromatic Colors of #db13ab

#db13ab

Complementary Color

#db13ab #13db43

#db13ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db13ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db13ab Color CSS Codes

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

#db13ab Text Font Color

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

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


#db13ab Background Color

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

This div background color is #db13ab


#db13ab Border Color

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

This div border color is #db13ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db13ab


Comments

No comments written yet.

Please login to write comment.