Color Hex Logo

#db169f Color Hex

#DB169F
(219,22,159)
0 Favorites   0 Comments

Color spaces of #db169f

RGB 21922159
HSL0.880.820.47
HSV318°90°86°
CMYK 0.000.900.27   0.14
XYZ35.758318.137134.4170
Yxy18.13710.40490.2054
Hunter Lab42.587775.3472-18.1035
CIE-Lab49.662077.9263-23.0286

#db169f color RGB value is (219,22,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010110 10011111
Octal 333 26 237
Decimal 219 22 159
Hex DB 16 9F

RGB Percentages of Color #db169f

%54.75
%5.50
%39.75

CMYK Percentages of Color #db169f

%0
%90
%27
%14

Triadic Colors of #db169f

#db169f #9fdb16 #169fdb

Analogous Colors of #db169f

#db169f #db163c #b516db

Monochromatic Colors of #db169f

#db169f

Complementary Color

#db169f #16db52

#db169f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db169f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db169f Color CSS Codes

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

#db169f Text Font Color

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

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


#db169f Background Color

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

This div background color is #db169f


#db169f Border Color

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

This div border color is #db169f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db169f


Comments

No comments written yet.

Please login to write comment.