Color Hex Logo

#db1980 Color Hex

#DB1980
(219,25,128)
0 Favorites   0 Comments

Color spaces of #db1980

RGB 21925128
HSL0.910.800.48
HSV328°89°86°
CMYK 0.000.890.42   0.14
XYZ33.457317.313822.0006
Yxy17.31380.45980.2379
Hunter Lab41.609970.7095-2.2218
CIE-Lab48.653074.3607-5.8897

#db1980 color RGB value is (219,25,128).

#db1980 hex color red value is 219, green value is 25 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #db1980 hue: 0.91 , saturation: 0.80 and the lightness value of db1980 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011001 10000000
Octal 333 31 200
Decimal 219 25 128
Hex DB 19 80

RGB Percentages of Color #db1980

%58.87
%6.72
%34.41

CMYK Percentages of Color #db1980

%0
%89
%42
%14

Triadic Colors of #db1980

#db1980 #80db19 #1980db

Analogous Colors of #db1980

#db1980 #db191f #d519db

Monochromatic Colors of #db1980

#db1980

Complementary Color

#db1980 #19db74

#db1980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1980 Color CSS Codes

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

#db1980 Text Font Color

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

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


#db1980 Background Color

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

This div background color is #db1980


#db1980 Border Color

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

This div border color is #db1980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1980


Comments

No comments written yet.

Please login to write comment.