Color Hex Logo

#db14ab Color Hex

#DB14AB
(219,20,171)
0 Favorites   0 Comments

Color spaces of #db14ab

RGB 21920171
HSL0.870.830.47
HSV314°91°86°
CMYK 0.000.910.22   0.14
XYZ36.814318.500740.1587
Yxy18.50070.38560.1938
Hunter Lab43.012477.5062-25.2476
CIE-Lab50.097979.5662-29.4670

#db14ab color RGB value is (219,20,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010100 10101011
Octal 333 24 253
Decimal 219 20 171
Hex DB 14 AB

RGB Percentages of Color #db14ab

%53.41
%4.88
%41.71

CMYK Percentages of Color #db14ab

%0
%91
%22
%14

Triadic Colors of #db14ab

#db14ab #abdb14 #14abdb

Analogous Colors of #db14ab

#db14ab #db1448 #a814db

Monochromatic Colors of #db14ab

#db14ab

Complementary Color

#db14ab #14db44

#db14ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db14ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db14ab Color CSS Codes

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

#db14ab Text Font Color

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

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


#db14ab Background Color

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

This div background color is #db14ab


#db14ab Border Color

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

This div border color is #db14ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db14ab


Comments

No comments written yet.

Please login to write comment.