Color Hex Logo

#db11ab Color Hex

#DB11AB
(219,17,171)
0 Favorites   0 Comments

Color spaces of #db11ab

RGB 21917171
HSL0.870.860.46
HSV314°92°86°
CMYK 0.000.920.22   0.14
XYZ36.764618.401240.1422
Yxy18.40120.38570.1931
Hunter Lab42.896677.9146-25.4553
CIE-Lab49.979179.9138-29.6521

#db11ab color RGB value is (219,17,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010001 10101011
Octal 333 21 253
Decimal 219 17 171
Hex DB 11 AB

RGB Percentages of Color #db11ab

%53.81
%4.18
%42.01

CMYK Percentages of Color #db11ab

%0
%92
%22
%14

Triadic Colors of #db11ab

#db11ab #abdb11 #11abdb

Analogous Colors of #db11ab

#db11ab #db1146 #a611db

Monochromatic Colors of #db11ab

#db11ab

Complementary Color

#db11ab #11db41

#db11ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db11ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db11ab Color CSS Codes

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

#db11ab Text Font Color

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

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


#db11ab Background Color

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

This div background color is #db11ab


#db11ab Border Color

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

This div border color is #db11ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db11ab


Comments

No comments written yet.

Please login to write comment.