Color Hex Logo

#db89ac Color Hex

#DB89AC
(219,137,172)
0 Favorites   0 Comments

Color spaces of #db89ac

RGB 219137172
HSL0.930.530.70
HSV334°37°86°
CMYK 0.000.370.21   0.14
XYZ45.605535.929943.5612
Yxy35.92990.36460.2872
Hunter Lab59.941630.9109-1.1286
CIE-Lab66.466335.9796-5.1870

#db89ac color RGB value is (219,137,172).

#db89ac hex color red value is 219, green value is 137 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #db89ac hue: 0.93 , saturation: 0.53 and the lightness value of db89ac is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001001 10101100
Octal 333 211 254
Decimal 219 137 172
Hex DB 89 AC

RGB Percentages of Color #db89ac

%41.48
%25.95
%32.58

CMYK Percentages of Color #db89ac

%0
%37
%21
%14

Triadic Colors of #db89ac

#db89ac #acdb89 #89acdb

Analogous Colors of #db89ac

#db89ac #db8f89 #db89d5

Monochromatic Colors of #db89ac

#db89ac

Complementary Color

#db89ac #89dbb8

#db89ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db89ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#db89ac Color CSS Codes

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

#db89ac Text Font Color

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

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


#db89ac Background Color

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

This div background color is #db89ac


#db89ac Border Color

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

This div border color is #db89ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db89ac


Comments

No comments written yet.

Please login to write comment.