Color Hex Logo

#db169e Color Hex

#DB169E
(219,22,158)
0 Favorites   0 Comments

Color spaces of #db169e

RGB 21922158
HSL0.880.820.47
HSV319°90°86°
CMYK 0.000.900.28   0.14
XYZ35.671918.102533.9618
Yxy18.10250.40660.2063
Hunter Lab42.547075.1991-17.5434
CIE-Lab49.620277.8154-22.4973

#db169e color RGB value is (219,22,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010110 10011110
Octal 333 26 236
Decimal 219 22 158
Hex DB 16 9E

RGB Percentages of Color #db169e

%54.89
%5.51
%39.60

CMYK Percentages of Color #db169e

%0
%90
%28
%14

Triadic Colors of #db169e

#db169e #9edb16 #169edb

Analogous Colors of #db169e

#db169e #db163c #b616db

Monochromatic Colors of #db169e

#db169e

Complementary Color

#db169e #16db53

#db169e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db169e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db169e Color CSS Codes

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

#db169e Text Font Color

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

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


#db169e Background Color

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

This div background color is #db169e


#db169e Border Color

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

This div border color is #db169e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db169e


Comments

No comments written yet.

Please login to write comment.