Color Hex Logo

#dbaddb Color Hex

#DBADDB
(219,173,219)
0 Favorites   0 Comments

Color spaces of #dbaddb

RGB 219173219
HSL0.830.390.77
HSV300°21°86°
CMYK 0.000.210.00   0.14
XYZ56.943250.061773.6795
Yxy50.06170.31520.2771
Hunter Lab70.754319.8372-12.2132
CIE-Lab76.107124.4933-16.7816

#dbaddb color RGB value is (219,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11011011
Octal 333 255 333
Decimal 219 173 219
Hex DB AD DB

RGB Percentages of Color #dbaddb

%35.84
%28.31
%35.84

CMYK Percentages of Color #dbaddb

%0
%21
%0
%14

Triadic Colors of #dbaddb

#dbaddb #dbdbad #addbdb

Analogous Colors of #dbaddb

#dbaddb #dbadc4 #c4addb

Monochromatic Colors of #dbaddb

#dbaddb

Complementary Color

#dbaddb #addbad

#dbaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaddb Color CSS Codes

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

#dbaddb Text Font Color

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

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


#dbaddb Background Color

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

This div background color is #dbaddb


#dbaddb Border Color

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

This div border color is #dbaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaddb


Comments

No comments written yet.

Please login to write comment.