Color Hex Logo

#dbabbf Color Hex

#DBABBF
(219,171,191)
0 Favorites   0 Comments

Color spaces of #dbabbf

RGB 219171191
HSL0.930.400.76
HSV335°22°86°
CMYK 0.000.220.13   0.14
XYZ53.180347.947555.7421
Yxy47.94750.33900.3057
Hunter Lab69.244115.91280.7420
CIE-Lab74.791820.6657-3.4567

#dbabbf color RGB value is (219,171,191).

#dbabbf hex color red value is 219, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dbabbf hue: 0.93 , saturation: 0.40 and the lightness value of dbabbf is 0.76.

The process color (four color CMYK) of #dbabbf color hex is 0.00, 0.22, 0.13, 0.14. Web safe color of #dbabbf is #cc99cc. Color #dbabbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 10111111
Octal 333 253 277
Decimal 219 171 191
Hex DB AB BF

RGB Percentages of Color #dbabbf

%37.69
%29.43
%32.87

CMYK Percentages of Color #dbabbf

%0
%22
%13
%14

Triadic Colors of #dbabbf

#dbabbf #bfdbab #abbfdb

Analogous Colors of #dbabbf

#dbabbf #dbafab #dbabd7

Monochromatic Colors of #dbabbf

#dbabbf

Complementary Color

#dbabbf #abdbc7

#dbabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabbf Color CSS Codes

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

#dbabbf Text Font Color

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

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


#dbabbf Background Color

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

This div background color is #dbabbf


#dbabbf Border Color

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

This div border color is #dbabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabbf


Comments

No comments written yet.

Please login to write comment.