Color Hex Logo

#db079d Color Hex

#DB079D
(219,7,157)
0 Favorites   0 Comments

Color spaces of #db079d

RGB 2197157
HSL0.880.940.44
HSV318°97°86°
CMYK 0.000.970.28   0.14
XYZ35.375217.646333.4399
Yxy17.64630.40910.2041
Hunter Lab42.007576.8046-17.7923
CIE-Lab49.064379.2089-22.7574

#db079d color RGB value is (219,7,157).

#db079d hex color red value is 219, green value is 7 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #db079d hue: 0.88 , saturation: 0.94 and the lightness value of db079d is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000111 10011101
Octal 333 7 235
Decimal 219 7 157
Hex DB 7 9D

RGB Percentages of Color #db079d

%57.18
%1.83
%40.99

CMYK Percentages of Color #db079d

%0
%97
%28
%14

Triadic Colors of #db079d

#db079d #9ddb07 #079ddb

Analogous Colors of #db079d

#db079d #db0733 #af07db

Monochromatic Colors of #db079d

#db079d

Complementary Color

#db079d #07db45

#db079d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db079d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db079d Color CSS Codes

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

#db079d Text Font Color

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

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


#db079d Background Color

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

This div background color is #db079d


#db079d Border Color

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

This div border color is #db079d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db079d


Comments

No comments written yet.

Please login to write comment.