Color Hex Logo

#dbabde Color Hex

#DBABDE
(219,171,222)
0 Favorites   0 Comments

Color spaces of #dbabde

RGB 219171222
HSL0.820.440.77
HSV296°23°87°
CMYK 0.010.230.00   0.13
XYZ56.961149.459875.6518
Yxy49.45980.31280.2716
Hunter Lab70.327721.5007-14.5492
CIE-Lab75.736526.1350-18.9735

#dbabde color RGB value is (219,171,222).

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

The process color (four color CMYK) of #dbabde color hex is 0.01, 0.23, 0.00, 0.13. Web safe color of #dbabde is #cc99cc. Color #dbabde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11011110
Octal 333 253 336
Decimal 219 171 222
Hex DB AB DE

RGB Percentages of Color #dbabde

%35.78
%27.94
%36.27

CMYK Percentages of Color #dbabde

%1
%23
%0
%13

Triadic Colors of #dbabde

#dbabde #dedbab #abdedb

Analogous Colors of #dbabde

#dbabde #deabc8 #c2abde

Monochromatic Colors of #dbabde

#dbabde

Complementary Color

#dbabde #aedeab

#dbabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabde Color CSS Codes

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

#dbabde Text Font Color

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

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


#dbabde Background Color

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

This div background color is #dbabde


#dbabde Border Color

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

This div border color is #dbabde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabde


Comments

No comments written yet.

Please login to write comment.