Color Hex Logo

#dbabdc Color Hex

#DBABDC
(219,171,220)
0 Favorites   0 Comments

Color spaces of #dbabdc

RGB 219171220
HSL0.830.410.77
HSV299°22°86°
CMYK 0.000.220.00   0.14
XYZ56.694649.353274.2481
Yxy49.35320.31450.2737
Hunter Lab70.251821.1123-13.4864
CIE-Lab75.670525.7608-17.9848

#dbabdc color RGB value is (219,171,220).

#dbabdc hex color red value is 219, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dbabdc hue: 0.83 , saturation: 0.41 and the lightness value of dbabdc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11011100
Octal 333 253 334
Decimal 219 171 220
Hex DB AB DC

RGB Percentages of Color #dbabdc

%35.90
%28.03
%36.07

CMYK Percentages of Color #dbabdc

%0
%22
%0
%14

Triadic Colors of #dbabdc

#dbabdc #dcdbab #abdcdb

Analogous Colors of #dbabdc

#dbabdc #dcabc5 #c3abdc

Monochromatic Colors of #dbabdc

#dbabdc

Complementary Color

#dbabdc #acdcab

#dbabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabdc Color CSS Codes

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

#dbabdc Text Font Color

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

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


#dbabdc Background Color

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

This div background color is #dbabdc


#dbabdc Border Color

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

This div border color is #dbabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabdc


Comments

No comments written yet.

Please login to write comment.