color codes Logo

#db19ab color codes

#DB19AB
(219,25,171)
0 Favorites   0 Comments

Color spaces of #db19ab

RGB 21925171
HSL0.870.800.48
HSV315°89°86°
CMYK 0.000.890.22   0.14
XYZ36.911718.695640.1912
Yxy18.69560.38530.1952
Hunter Lab43.238476.7144-24.8447
CIE-Lab50.329278.8904-29.1069

#db19ab color RGB value is (219,25,171).

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

The process color (four color CMYK) of #db19ab color code is 0.00, 0.89, 0.22, 0.14. Web safe color of #db19ab is #cc0099. Color #db19ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011001 10101011
Octal 333 31 253
Decimal 219 25 171
Hex DB 19 AB

RGB Percentages of Color #db19ab

%52.77
%6.02
%41.20

CMYK Percentages of Color #db19ab

%0
%89
%22
%14

Triadic Colors of #db19ab

#db19ab #abdb19 #19abdb

Analogous Colors of #db19ab

#db19ab #db194a #aa19db

Monochromatic Colors of #db19ab

#db19ab

Complementary Color

#db19ab #19db49

#db19ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db19ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db19ab Color CSS Codes

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

#db19ab Text Font Color

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

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


#db19ab Background Color

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

This div background color is #db19ab


#db19ab Border Color

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

This div border color is #db19ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db19ab


Comments

No comments written yet.

Please login to write comment.