Color Hex Logo

#db81aa Color Hex

#DB81AA
(219,129,170)
0 Favorites   0 Comments

Color spaces of #db81aa

RGB 219129170
HSL0.920.560.68
HSV333°41°86°
CMYK 0.000.410.22   0.14
XYZ44.319433.662942.1919
Yxy33.66290.36880.2801
Hunter Lab58.019734.8158-2.5018
CIE-Lab64.694139.9038-6.6819

#db81aa color RGB value is (219,129,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 10101010
Octal 333 201 252
Decimal 219 129 170
Hex DB 81 AA

RGB Percentages of Color #db81aa

%42.28
%24.90
%32.82

CMYK Percentages of Color #db81aa

%0
%41
%22
%14

Triadic Colors of #db81aa

#db81aa #aadb81 #81aadb

Analogous Colors of #db81aa

#db81aa #db8581 #db81d7

Monochromatic Colors of #db81aa

#db81aa

Complementary Color

#db81aa #81dbb2

#db81aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db81aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db81aa Color CSS Codes

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

#db81aa Text Font Color

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

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


#db81aa Background Color

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

This div background color is #db81aa


#db81aa Border Color

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

This div border color is #db81aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db81aa


Comments

No comments written yet.

Please login to write comment.