Color Hex Logo

#db909f Color Hex

#DB909F
(219,144,159)
0 Favorites   0 Comments

Color spaces of #db909f

RGB 219144159
HSL0.970.510.71
HSV348°34°86°
CMYK 0.000.340.27   0.14
XYZ45.444737.509837.6458
Yxy37.50980.37680.3110
Hunter Lab61.245225.26996.4277
CIE-Lab67.657830.38363.8650

#db909f color RGB value is (219,144,159).

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

The process color (four color CMYK) of #db909f color hex is 0.00, 0.34, 0.27, 0.14. Web safe color of #db909f is #cc9999. Color #db909f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010000 10011111
Octal 333 220 237
Decimal 219 144 159
Hex DB 90 9F

RGB Percentages of Color #db909f

%41.95
%27.59
%30.46

CMYK Percentages of Color #db909f

%0
%34
%27
%14

Triadic Colors of #db909f

#db909f #9fdb90 #909fdb

Analogous Colors of #db909f

#db909f #dba790 #db90c5

Monochromatic Colors of #db909f

#db909f

Complementary Color

#db909f #90dbcc

#db909f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db909f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db909f Color CSS Codes

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

#db909f Text Font Color

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

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


#db909f Background Color

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

This div background color is #db909f


#db909f Border Color

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

This div border color is #db909f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db909f


Comments

No comments written yet.

Please login to write comment.