Color Hex Logo

#db9cab Color Hex

#DB9CAB
(219,156,171)
0 Favorites   0 Comments

Color spaces of #db9cab

RGB 219156171
HSL0.960.470.74
HSV346°29°86°
CMYK 0.000.290.22   0.14
XYZ48.452641.777344.0382
Yxy41.77730.36090.3111
Hunter Lab64.635420.69714.8485
CIE-Lab70.717125.63911.6060

#db9cab color RGB value is (219,156,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011100 10101011
Octal 333 234 253
Decimal 219 156 171
Hex DB 9C AB

RGB Percentages of Color #db9cab

%40.11
%28.57
%31.32

CMYK Percentages of Color #db9cab

%0
%29
%22
%14

Triadic Colors of #db9cab

#db9cab #abdb9c #9cabdb

Analogous Colors of #db9cab

#db9cab #dbad9c #db9ccb

Monochromatic Colors of #db9cab

#db9cab

Complementary Color

#db9cab #9cdbcc

#db9cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9cab Color CSS Codes

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

#db9cab Text Font Color

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

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


#db9cab Background Color

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

This div background color is #db9cab


#db9cab Border Color

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

This div border color is #db9cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9cab


Comments

No comments written yet.

Please login to write comment.