Color Hex Logo

#db12ab Color Hex

#DB12AB
(219,18,171)
0 Favorites   0 Comments

Color spaces of #db12ab

RGB 21918171
HSL0.870.850.46
HSV314°92°86°
CMYK 0.000.920.22   0.14
XYZ36.780418.433040.1474
Yxy18.43300.38570.1933
Hunter Lab42.933777.7834-25.3887
CIE-Lab50.017179.8023-29.5928

#db12ab color RGB value is (219,18,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010010 10101011
Octal 333 22 253
Decimal 219 18 171
Hex DB 12 AB

RGB Percentages of Color #db12ab

%53.68
%4.41
%41.91

CMYK Percentages of Color #db12ab

%0
%92
%22
%14

Triadic Colors of #db12ab

#db12ab #abdb12 #12abdb

Analogous Colors of #db12ab

#db12ab #db1247 #a712db

Monochromatic Colors of #db12ab

#db12ab

Complementary Color

#db12ab #12db42

#db12ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db12ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db12ab Color CSS Codes

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

#db12ab Text Font Color

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

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


#db12ab Background Color

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

This div background color is #db12ab


#db12ab Border Color

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

This div border color is #db12ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db12ab


Comments

No comments written yet.

Please login to write comment.