Color Hex Logo

#db2859 Color Hex

#DB2859
(219,40,89)
0 Favorites   0 Comments

Color spaces of #db2859

RGB 2194089
HSL0.950.710.51
HSV344°82°86°
CMYK 0.000.820.59   0.14
XYZ31.775417.298911.1155
Yxy17.29890.52790.2874
Hunter Lab41.591963.584513.2690
CIE-Lab48.634568.422917.9657

#db2859 color RGB value is (219,40,89).

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

The process color (four color CMYK) of #db2859 color hex is 0.00, 0.82, 0.59, 0.14. Web safe color of #db2859 is #cc3366. Color #db2859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101000 01011001
Octal 333 50 131
Decimal 219 40 89
Hex DB 28 59

RGB Percentages of Color #db2859

%62.93
%11.49
%25.57

CMYK Percentages of Color #db2859

%0
%82
%59
%14

Triadic Colors of #db2859

#db2859 #59db28 #2859db

Analogous Colors of #db2859

#db2859 #db5028 #db28b3

Monochromatic Colors of #db2859

#db2859

Complementary Color

#db2859 #28dbaa

#db2859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2859 Color CSS Codes

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

#db2859 Text Font Color

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

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


#db2859 Background Color

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

This div background color is #db2859


#db2859 Border Color

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

This div border color is #db2859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2859


Comments

No comments written yet.

Please login to write comment.