Color Hex Logo

#db179f Color Hex

#DB179F
(219,23,159)
0 Favorites   0 Comments

Color spaces of #db179f

RGB 21923159
HSL0.880.810.47
HSV318°89°86°
CMYK 0.000.890.27   0.14
XYZ35.777818.176134.4235
Yxy18.17610.40480.2057
Hunter Lab42.633475.1879-18.0291
CIE-Lab49.709077.7892-22.9560

#db179f color RGB value is (219,23,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010111 10011111
Octal 333 27 237
Decimal 219 23 159
Hex DB 17 9F

RGB Percentages of Color #db179f

%54.61
%5.74
%39.65

CMYK Percentages of Color #db179f

%0
%89
%27
%14

Triadic Colors of #db179f

#db179f #9fdb17 #179fdb

Analogous Colors of #db179f

#db179f #db173d #b517db

Monochromatic Colors of #db179f

#db179f

Complementary Color

#db179f #17db53

#db179f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db179f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db179f Color CSS Codes

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

#db179f Text Font Color

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

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


#db179f Background Color

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

This div background color is #db179f


#db179f Border Color

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

This div border color is #db179f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db179f


Comments

No comments written yet.

Please login to write comment.