Color Hex Logo

#db94aa Color Hex

#DB94AA
(219,148,170)
0 Favorites   0 Comments

Color spaces of #db94aa

RGB 219148170
HSL0.950.500.72
HSV341°32°86°
CMYK 0.000.320.22   0.14
XYZ47.059039.142243.1051
Yxy39.14220.36390.3027
Hunter Lab62.563724.77712.9450
CIE-Lab68.854129.8024-0.5539

#db94aa color RGB value is (219,148,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010100 10101010
Octal 333 224 252
Decimal 219 148 170
Hex DB 94 AA

RGB Percentages of Color #db94aa

%40.78
%27.56
%31.66

CMYK Percentages of Color #db94aa

%0
%32
%22
%14

Triadic Colors of #db94aa

#db94aa #aadb94 #94aadb

Analogous Colors of #db94aa

#db94aa #dba294 #db94ce

Monochromatic Colors of #db94aa

#db94aa

Complementary Color

#db94aa #94dbc5

#db94aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db94aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db94aa Color CSS Codes

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

#db94aa Text Font Color

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

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


#db94aa Background Color

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

This div background color is #db94aa


#db94aa Border Color

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

This div border color is #db94aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db94aa


Comments

No comments written yet.

Please login to write comment.