Color Hex Logo

#db85ac Color Hex

#DB85AC
(219,133,172)
0 Favorites   0 Comments

Color spaces of #db85ac

RGB 219133172
HSL0.920.540.69
HSV333°39°86°
CMYK 0.000.390.21   0.14
XYZ45.047334.813743.3752
Yxy34.81370.36550.2825
Hunter Lab59.003133.0244-2.2839
CIE-Lab65.603438.0957-6.4648

#db85ac color RGB value is (219,133,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000101 10101100
Octal 333 205 254
Decimal 219 133 172
Hex DB 85 AC

RGB Percentages of Color #db85ac

%41.79
%25.38
%32.82

CMYK Percentages of Color #db85ac

%0
%39
%21
%14

Triadic Colors of #db85ac

#db85ac #acdb85 #85acdb

Analogous Colors of #db85ac

#db85ac #db8985 #db85d7

Monochromatic Colors of #db85ac

#db85ac

Complementary Color

#db85ac #85dbb4

#db85ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db85ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#db85ac Color CSS Codes

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

#db85ac Text Font Color

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

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


#db85ac Background Color

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

This div background color is #db85ac


#db85ac Border Color

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

This div border color is #db85ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db85ac


Comments

No comments written yet.

Please login to write comment.