Color Hex Logo

#db949f Color Hex

#DB949F
(219,148,159)
0 Favorites   0 Comments

Color spaces of #db949f

RGB 219148159
HSL0.970.500.72
HSV351°32°86°
CMYK 0.000.320.27   0.14
XYZ46.061338.743137.8514
Yxy38.74310.37550.3159
Hunter Lab62.244023.16537.5157
CIE-Lab68.564828.23445.1737

#db949f color RGB value is (219,148,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010100 10011111
Octal 333 224 237
Decimal 219 148 159
Hex DB 94 9F

RGB Percentages of Color #db949f

%41.63
%28.14
%30.23

CMYK Percentages of Color #db949f

%0
%32
%27
%14

Triadic Colors of #db949f

#db949f #9fdb94 #949fdb

Analogous Colors of #db949f

#db949f #dbad94 #db94c3

Monochromatic Colors of #db949f

#db949f

Complementary Color

#db949f #94dbd0

#db949f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db949f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db949f Color CSS Codes

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

#db949f Text Font Color

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

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


#db949f Background Color

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

This div background color is #db949f


#db949f Border Color

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

This div border color is #db949f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db949f


Comments

No comments written yet.

Please login to write comment.