Color Hex Logo

#dbbadb Color Hex

#DBBADB
(219,186,219)
0 Favorites   0 Comments

Color spaces of #dbbadb

RGB 219186219
HSL0.830.310.79
HSV300°15°86°
CMYK 0.000.150.00   0.14
XYZ59.558555.292474.5513
Yxy55.29240.31450.2919
Hunter Lab74.358912.8434-7.3922
CIE-Lab79.209417.4781-12.1226

#dbbadb color RGB value is (219,186,219).

#dbbadb hex color red value is 219, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dbbadb hue: 0.83 , saturation: 0.31 and the lightness value of dbbadb is 0.79.

The process color (four color CMYK) of #dbbadb color hex is 0.00, 0.15, 0.00, 0.14. Web safe color of #dbbadb is #cccccc. Color #dbbadb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 11011011
Octal 333 272 333
Decimal 219 186 219
Hex DB BA DB

RGB Percentages of Color #dbbadb

%35.10
%29.81
%35.10

CMYK Percentages of Color #dbbadb

%0
%15
%0
%14

Triadic Colors of #dbbadb

#dbbadb #dbdbba #badbdb

Analogous Colors of #dbbadb

#dbbadb #dbbacb #cbbadb

Monochromatic Colors of #dbbadb

#dbbadb

Complementary Color

#dbbadb #badbba

#dbbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbadb Color CSS Codes

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

#dbbadb Text Font Color

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

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


#dbbadb Background Color

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

This div background color is #dbbadb


#dbbadb Border Color

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

This div border color is #dbbadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,186,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 #dbbadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbadb


Comments

No comments written yet.

Please login to write comment.