Color Hex Logo

#db80aa Color Hex

#DB80AA
(219,128,170)
0 Favorites   0 Comments

Color spaces of #db80aa

RGB 219128170
HSL0.920.560.68
HSV332°42°86°
CMYK 0.000.420.22   0.14
XYZ44.188333.400742.1482
Yxy33.40070.36900.2790
Hunter Lab57.793335.3413-2.7844
CIE-Lab64.484140.4265-6.9937

#db80aa color RGB value is (219,128,170).

#db80aa hex color red value is 219, green value is 128 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #db80aa hue: 0.92 , saturation: 0.56 and the lightness value of db80aa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000000 10101010
Octal 333 200 252
Decimal 219 128 170
Hex DB 80 AA

RGB Percentages of Color #db80aa

%42.36
%24.76
%32.88

CMYK Percentages of Color #db80aa

%0
%42
%22
%14

Triadic Colors of #db80aa

#db80aa #aadb80 #80aadb

Analogous Colors of #db80aa

#db80aa #db8480 #db80d8

Monochromatic Colors of #db80aa

#db80aa

Complementary Color

#db80aa #80dbb1

#db80aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db80aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db80aa Color CSS Codes

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

#db80aa Text Font Color

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

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


#db80aa Background Color

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

This div background color is #db80aa


#db80aa Border Color

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

This div border color is #db80aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db80aa


Comments

No comments written yet.

Please login to write comment.