Color Hex Logo

#db179d Color Hex

#DB179D
(219,23,157)
0 Favorites   0 Comments

Color spaces of #db179d

RGB 21923157
HSL0.890.810.47
HSV319°89°86°
CMYK 0.000.890.28   0.14
XYZ35.605618.107233.5167
Yxy18.10720.40820.2076
Hunter Lab42.552674.8918-16.9132
CIE-Lab49.625977.5674-21.8923

#db179d color RGB value is (219,23,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010111 10011101
Octal 333 27 235
Decimal 219 23 157
Hex DB 17 9D

RGB Percentages of Color #db179d

%54.89
%5.76
%39.35

CMYK Percentages of Color #db179d

%0
%89
%28
%14

Triadic Colors of #db179d

#db179d #9ddb17 #179ddb

Analogous Colors of #db179d

#db179d #db173b #b717db

Monochromatic Colors of #db179d

#db179d

Complementary Color

#db179d #17db55

#db179d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db179d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db179d Color CSS Codes

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

#db179d Text Font Color

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

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


#db179d Background Color

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

This div background color is #db179d


#db179d Border Color

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

This div border color is #db179d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db179d


Comments

No comments written yet.

Please login to write comment.