Color Hex Logo

#db389c Color Hex

#DB389C
(219,56,156)
0 Favorites   0 Comments

Color spaces of #db389c

RGB 21956156
HSL0.900.690.54
HSV323°74°86°
CMYK 0.000.740.29   0.14
XYZ36.628320.288733.4381
Yxy20.28870.40540.2245
Hunter Lab45.043066.3284-12.4844
CIE-Lab52.162170.0539-17.4140

#db389c color RGB value is (219,56,156).

#db389c hex color red value is 219, green value is 56 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #db389c hue: 0.90 , saturation: 0.69 and the lightness value of db389c is 0.54.

The process color (four color CMYK) of #db389c color hex is 0.00, 0.74, 0.29, 0.14. Web safe color of #db389c is #cc3399. Color #db389c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111000 10011100
Octal 333 70 234
Decimal 219 56 156
Hex DB 38 9C

RGB Percentages of Color #db389c

%50.81
%12.99
%36.19

CMYK Percentages of Color #db389c

%0
%74
%29
%14

Triadic Colors of #db389c

#db389c #9cdb38 #389cdb

Analogous Colors of #db389c

#db389c #db384b #c938db

Monochromatic Colors of #db389c

#db389c

Complementary Color

#db389c #38db77

#db389c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db389c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db389c Color CSS Codes

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

#db389c Text Font Color

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

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


#db389c Background Color

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

This div background color is #db389c


#db389c Border Color

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

This div border color is #db389c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db389c


Comments

No comments written yet.

Please login to write comment.