Color Hex Logo

#db84aa Color Hex

#DB84AA
(219,132,170)
0 Favorites   0 Comments

Color spaces of #db84aa

RGB 219132170
HSL0.930.550.69
HSV334°40°86°
CMYK 0.000.400.22   0.14
XYZ44.720434.464942.3256
Yxy34.46490.36800.2836
Hunter Lab58.706833.2369-1.6513
CIE-Lab65.329938.3291-5.7395

#db84aa color RGB value is (219,132,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000100 10101010
Octal 333 204 252
Decimal 219 132 170
Hex DB 84 AA

RGB Percentages of Color #db84aa

%42.03
%25.34
%32.63

CMYK Percentages of Color #db84aa

%0
%40
%22
%14

Triadic Colors of #db84aa

#db84aa #aadb84 #84aadb

Analogous Colors of #db84aa

#db84aa #db8a84 #db84d6

Monochromatic Colors of #db84aa

#db84aa

Complementary Color

#db84aa #84dbb5

#db84aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db84aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db84aa Color CSS Codes

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

#db84aa Text Font Color

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

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


#db84aa Background Color

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

This div background color is #db84aa


#db84aa Border Color

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

This div border color is #db84aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db84aa


Comments

No comments written yet.

Please login to write comment.