Color Hex Logo

#db4389 Color Hex

#DB4389
(219,67,137)
0 Favorites   0 Comments

Color spaces of #db4389

RGB 21967137
HSL0.920.680.56
HSV332°69°86°
CMYK 0.000.690.37   0.14
XYZ35.735920.880525.8138
Yxy20.88050.43350.2533
Hunter Lab45.695259.6293-1.5071
CIE-Lab52.818564.2453-5.1304

#db4389 color RGB value is (219,67,137).

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

The process color (four color CMYK) of #db4389 color hex is 0.00, 0.69, 0.37, 0.14. Web safe color of #db4389 is #cc3399. Color #db4389 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000011 10001001
Octal 333 103 211
Decimal 219 67 137
Hex DB 43 89

RGB Percentages of Color #db4389

%51.77
%15.84
%32.39

CMYK Percentages of Color #db4389

%0
%69
%37
%14

Triadic Colors of #db4389

#db4389 #89db43 #4389db

Analogous Colors of #db4389

#db4389 #db4943 #db43d5

Monochromatic Colors of #db4389

#db4389

Complementary Color

#db4389 #43db95

#db4389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4389 Color CSS Codes

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

#db4389 Text Font Color

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

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


#db4389 Background Color

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

This div background color is #db4389


#db4389 Border Color

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

This div border color is #db4389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4389


Comments

No comments written yet.

Please login to write comment.