Color Hex Logo

#db9dab Color Hex

#DB9DAB
(219,157,171)
0 Favorites   0 Comments

Color spaces of #db9dab

RGB 219157171
HSL0.960.460.74
HSV346°28°86°
CMYK 0.000.280.22   0.14
XYZ48.621142.114344.0943
Yxy42.11430.36060.3124
Hunter Lab64.895520.16885.1413
CIE-Lab70.949725.09931.9442

#db9dab color RGB value is (219,157,171).

#db9dab hex color red value is 219, green value is 157 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #db9dab hue: 0.96 , saturation: 0.46 and the lightness value of db9dab is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011101 10101011
Octal 333 235 253
Decimal 219 157 171
Hex DB 9D AB

RGB Percentages of Color #db9dab

%40.04
%28.70
%31.26

CMYK Percentages of Color #db9dab

%0
%28
%22
%14

Triadic Colors of #db9dab

#db9dab #abdb9d #9dabdb

Analogous Colors of #db9dab

#db9dab #dbae9d #db9dca

Monochromatic Colors of #db9dab

#db9dab

Complementary Color

#db9dab #9ddbcd

#db9dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9dab Color CSS Codes

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

#db9dab Text Font Color

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

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


#db9dab Background Color

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

This div background color is #db9dab


#db9dab Border Color

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

This div border color is #db9dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9dab


Comments

No comments written yet.

Please login to write comment.