Color Hex Logo

#db4559 Color Hex

#DB4559
(219,69,89)
0 Favorites   0 Comments

Color spaces of #db4559

RGB 2196989
HSL0.980.680.56
HSV352°68°86°
CMYK 0.000.680.59   0.14
XYZ33.144720.037611.5719
Yxy20.03760.51190.3094
Hunter Lab44.763453.833016.0071
CIE-Lab51.879759.349622.2987

#db4559 color RGB value is (219,69,89).

#db4559 hex color red value is 219, green value is 69 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #db4559 hue: 0.98 , saturation: 0.68 and the lightness value of db4559 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000101 01011001
Octal 333 105 131
Decimal 219 69 89
Hex DB 45 59

RGB Percentages of Color #db4559

%58.09
%18.30
%23.61

CMYK Percentages of Color #db4559

%0
%68
%59
%14

Triadic Colors of #db4559

#db4559 #59db45 #4559db

Analogous Colors of #db4559

#db4559 #db7c45 #db45a4

Monochromatic Colors of #db4559

#db4559

Complementary Color

#db4559 #45dbc7

#db4559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4559 Color CSS Codes

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

#db4559 Text Font Color

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

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


#db4559 Background Color

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

This div background color is #db4559


#db4559 Border Color

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

This div border color is #db4559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4559


Comments

No comments written yet.

Please login to write comment.