Color Hex Logo

#db2789 Color Hex

#DB2789
(219,39,137)
0 Favorites   0 Comments

Color spaces of #db2789

RGB 21939137
HSL0.910.710.51
HSV327°82°86°
CMYK 0.000.820.37   0.14
XYZ34.454318.317225.3865
Yxy18.31720.44080.2344
Hunter Lab42.798668.8009-5.2096
CIE-Lab49.878672.5505-9.5123

#db2789 color RGB value is (219,39,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100111 10001001
Octal 333 47 211
Decimal 219 39 137
Hex DB 27 89

RGB Percentages of Color #db2789

%55.44
%9.87
%34.68

CMYK Percentages of Color #db2789

%0
%82
%37
%14

Triadic Colors of #db2789

#db2789 #89db27 #2789db

Analogous Colors of #db2789

#db2789 #db272f #d327db

Monochromatic Colors of #db2789

#db2789

Complementary Color

#db2789 #27db79

#db2789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2789 Color CSS Codes

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

#db2789 Text Font Color

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

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


#db2789 Background Color

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

This div background color is #db2789


#db2789 Border Color

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

This div border color is #db2789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2789


Comments

No comments written yet.

Please login to write comment.