Color Hex Logo

#db169c Color Hex

#DB169C
(219,22,156)
0 Favorites   0 Comments

Color spaces of #db169c

RGB 21922156
HSL0.890.820.47
HSV319°90°86°
CMYK 0.000.900.29   0.14
XYZ35.501118.034233.0623
Yxy18.03420.41000.2083
Hunter Lab42.466774.9049-16.4333
CIE-Lab49.537677.5950-21.4316

#db169c color RGB value is (219,22,156).

#db169c hex color red value is 219, green value is 22 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #db169c hue: 0.89 , saturation: 0.82 and the lightness value of db169c is 0.47.

The process color (four color CMYK) of #db169c color hex is 0.00, 0.90, 0.29, 0.14. Web safe color of #db169c is #cc0099. Color #db169c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010110 10011100
Octal 333 26 234
Decimal 219 22 156
Hex DB 16 9C

RGB Percentages of Color #db169c

%55.16
%5.54
%39.29

CMYK Percentages of Color #db169c

%0
%90
%29
%14

Triadic Colors of #db169c

#db169c #9cdb16 #169cdb

Analogous Colors of #db169c

#db169c #db1639 #b816db

Monochromatic Colors of #db169c

#db169c

Complementary Color

#db169c #16db55

#db169c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db169c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db169c Color CSS Codes

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

#db169c Text Font Color

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

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


#db169c Background Color

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

This div background color is #db169c


#db169c Border Color

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

This div border color is #db169c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db169c


Comments

No comments written yet.

Please login to write comment.