Color Hex Logo

#db949c Color Hex

#DB949C
(219,148,156)
0 Favorites   0 Comments

Color spaces of #db949c

RGB 219148156
HSL0.980.500.72
HSV353°32°86°
CMYK 0.000.320.29   0.14
XYZ45.804138.640236.4967
Yxy38.64020.37870.3195
Hunter Lab62.161222.74728.7020
CIE-Lab68.489827.82506.7426

#db949c color RGB value is (219,148,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010100 10011100
Octal 333 224 234
Decimal 219 148 156
Hex DB 94 9C

RGB Percentages of Color #db949c

%41.87
%28.30
%29.83

CMYK Percentages of Color #db949c

%0
%32
%29
%14

Triadic Colors of #db949c

#db949c #9cdb94 #949cdb

Analogous Colors of #db949c

#db949c #dbb094 #db94c0

Monochromatic Colors of #db949c

#db949c

Complementary Color

#db949c #94dbd3

#db949c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db949c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db949c Color CSS Codes

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

#db949c Text Font Color

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

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


#db949c Background Color

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

This div background color is #db949c


#db949c Border Color

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

This div border color is #db949c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db949c


Comments

No comments written yet.

Please login to write comment.