Color Hex Logo

#db1576 Color Hex

#DB1576
(219,21,118)
0 Favorites   0 Comments

Color spaces of #db1576

RGB 21921118
HSL0.920.830.47
HSV331°90°86°
CMYK 0.000.900.46   0.14
XYZ32.751616.904418.6762
Yxy16.90440.47930.2474
Hunter Lab41.115070.23941.8484
CIE-Lab48.139474.0749-0.5385

#db1576 color RGB value is (219,21,118).

#db1576 hex color red value is 219, green value is 21 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #db1576 hue: 0.92 , saturation: 0.83 and the lightness value of db1576 is 0.47.

The process color (four color CMYK) of #db1576 color hex is 0.00, 0.90, 0.46, 0.14. Web safe color of #db1576 is #cc0066. Color #db1576 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010101 01110110
Octal 333 25 166
Decimal 219 21 118
Hex DB 15 76

RGB Percentages of Color #db1576

%61.17
%5.87
%32.96

CMYK Percentages of Color #db1576

%0
%90
%46
%14

Triadic Colors of #db1576

#db1576 #76db15 #1576db

Analogous Colors of #db1576

#db1576 #db1715 #db15d9

Monochromatic Colors of #db1576

#db1576

Complementary Color

#db1576 #15db7a

#db1576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1576 Color CSS Codes

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

#db1576 Text Font Color

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

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


#db1576 Background Color

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

This div background color is #db1576


#db1576 Border Color

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

This div border color is #db1576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1576


Comments

No comments written yet.

Please login to write comment.