Color Hex Logo

#db85aa Color Hex

#DB85AA
(219,133,170)
0 Favorites   0 Comments

Color spaces of #db85aa

RGB 219133170
HSL0.930.540.69
HSV334°39°86°
CMYK 0.000.390.22   0.14
XYZ44.856634.737442.3710
Yxy34.73740.36780.2848
Hunter Lab58.938432.7097-1.3668
CIE-Lab65.543737.8020-5.4231

#db85aa color RGB value is (219,133,170).

#db85aa hex color red value is 219, green value is 133 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #db85aa hue: 0.93 , saturation: 0.54 and the lightness value of db85aa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000101 10101010
Octal 333 205 252
Decimal 219 133 170
Hex DB 85 AA

RGB Percentages of Color #db85aa

%41.95
%25.48
%32.57

CMYK Percentages of Color #db85aa

%0
%39
%22
%14

Triadic Colors of #db85aa

#db85aa #aadb85 #85aadb

Analogous Colors of #db85aa

#db85aa #db8b85 #db85d5

Monochromatic Colors of #db85aa

#db85aa

Complementary Color

#db85aa #85dbb6

#db85aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db85aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db85aa Color CSS Codes

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

#db85aa Text Font Color

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

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


#db85aa Background Color

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

This div background color is #db85aa


#db85aa Border Color

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

This div border color is #db85aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db85aa


Comments

No comments written yet.

Please login to write comment.