Color Hex Logo

#dbabda Color Hex

#DBABDA
(219,171,218)
0 Favorites   0 Comments

Color spaces of #dbabda

RGB 219171218
HSL0.840.400.76
HSV301°22°86°
CMYK 0.000.220.00   0.14
XYZ56.431249.247872.8612
Yxy49.24780.31610.2758
Hunter Lab70.176820.7277-12.4342
CIE-Lab75.605225.3895-16.9944

#dbabda color RGB value is (219,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11011010
Octal 333 253 332
Decimal 219 171 218
Hex DB AB DA

RGB Percentages of Color #dbabda

%36.02
%28.13
%35.86

CMYK Percentages of Color #dbabda

%0
%22
%0
%14

Triadic Colors of #dbabda

#dbabda #dadbab #abdadb

Analogous Colors of #dbabda

#dbabda #dbabc2 #c4abdb

Monochromatic Colors of #dbabda

#dbabda

Complementary Color

#dbabda #abdbac

#dbabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabda Color CSS Codes

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

#dbabda Text Font Color

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

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


#dbabda Background Color

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

This div background color is #dbabda


#dbabda Border Color

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

This div border color is #dbabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabda


Comments

No comments written yet.

Please login to write comment.