Color Hex Logo

#dbacbb Color Hex

#DBACBB
(219,172,187)
0 Favorites   0 Comments

Color spaces of #dbacbb

RGB 219172187
HSL0.950.390.77
HSV341°21°86°
CMYK 0.000.210.15   0.14
XYZ52.935648.153053.5182
Yxy48.15300.34240.3115
Hunter Lab69.392414.73122.8478
CIE-Lab74.921319.4745-1.0767

#dbacbb color RGB value is (219,172,187).

#dbacbb hex color red value is 219, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dbacbb hue: 0.95 , saturation: 0.39 and the lightness value of dbacbb is 0.77.

The process color (four color CMYK) of #dbacbb color hex is 0.00, 0.21, 0.15, 0.14. Web safe color of #dbacbb is #cc99cc. Color #dbacbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 10111011
Octal 333 254 273
Decimal 219 172 187
Hex DB AC BB

RGB Percentages of Color #dbacbb

%37.89
%29.76
%32.35

CMYK Percentages of Color #dbacbb

%0
%21
%15
%14

Triadic Colors of #dbacbb

#dbacbb #bbdbac #acbbdb

Analogous Colors of #dbacbb

#dbacbb #dbb5ac #dbacd3

Monochromatic Colors of #dbacbb

#dbacbb

Complementary Color

#dbacbb #acdbcc

#dbacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbacbb Color CSS Codes

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

#dbacbb Text Font Color

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

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


#dbacbb Background Color

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

This div background color is #dbacbb


#dbacbb Border Color

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

This div border color is #dbacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbacbb


Comments

No comments written yet.

Please login to write comment.