Color Hex Logo

#db0780 Color Hex

#DB0780
(219,7,128)
0 Favorites   0 Comments

Color spaces of #db0780

RGB 2197128
HSL0.900.940.44
HSV326°97°86°
CMYK 0.000.970.42   0.14
XYZ33.185716.770521.9100
Yxy16.77050.46180.2334
Hunter Lab40.951872.9836-3.0550
CIE-Lab47.969676.3488-6.9067

#db0780 color RGB value is (219,7,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000111 10000000
Octal 333 7 200
Decimal 219 7 128
Hex DB 7 80

RGB Percentages of Color #db0780

%61.86
%1.98
%36.16

CMYK Percentages of Color #db0780

%0
%97
%42
%14

Triadic Colors of #db0780

#db0780 #80db07 #0780db

Analogous Colors of #db0780

#db0780 #db0716 #cc07db

Monochromatic Colors of #db0780

#db0780

Complementary Color

#db0780 #07db62

#db0780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0780 Color CSS Codes

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

#db0780 Text Font Color

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

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


#db0780 Background Color

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

This div background color is #db0780


#db0780 Border Color

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

This div border color is #db0780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0780


Comments

No comments written yet.

Please login to write comment.