Color Hex Logo

#db2960 Color Hex

#DB2960
(219,41,96)
0 Favorites   0 Comments

Color spaces of #db2960

RGB 2194196
HSL0.950.710.51
HSV341°81°86°
CMYK 0.000.810.56   0.14
XYZ32.117717.490512.7495
Yxy17.49050.51510.2805
Hunter Lab41.821663.894511.2004
CIE-Lab48.872268.639814.0031

#db2960 color RGB value is (219,41,96).

#db2960 hex color red value is 219, green value is 41 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #db2960 hue: 0.95 , saturation: 0.71 and the lightness value of db2960 is 0.51.

The process color (four color CMYK) of #db2960 color hex is 0.00, 0.81, 0.56, 0.14. Web safe color of #db2960 is #cc3366. Color #db2960 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101001 01100000
Octal 333 51 140
Decimal 219 41 96
Hex DB 29 60

RGB Percentages of Color #db2960

%61.52
%11.52
%26.97

CMYK Percentages of Color #db2960

%0
%81
%56
%14

Triadic Colors of #db2960

#db2960 #60db29 #2960db

Analogous Colors of #db2960

#db2960 #db4b29 #db29b9

Monochromatic Colors of #db2960

#db2960

Complementary Color

#db2960 #29dba4

#db2960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2960 Color CSS Codes

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

#db2960 Text Font Color

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

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


#db2960 Background Color

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

This div background color is #db2960


#db2960 Border Color

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

This div border color is #db2960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2960


Comments

No comments written yet.

Please login to write comment.