Color Hex Logo

#bdb3db Color Hex

#BDB3DB
(189,179,219)
0 Favorites   0 Comments

Color spaces of #bdb3db

RGB 189179219
HSL0.710.360.78
HSV255°18°86°
CMYK 0.140.180.00   0.14
XYZ49.892548.173573.6866
Yxy48.17350.29050.2805
Hunter Lab69.40716.8501-14.3607
CIE-Lab74.934211.3799-18.8094

#bdb3db color RGB value is (189,179,219).

#bdb3db hex color red value is 189, green value is 179 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bdb3db hue: 0.71 , saturation: 0.36 and the lightness value of bdb3db is 0.78.

The process color (four color CMYK) of #bdb3db color hex is 0.14, 0.18, 0.00, 0.14. Web safe color of #bdb3db is #cccccc. Color #bdb3db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110011 11011011
Octal 275 263 333
Decimal 189 179 219
Hex BD B3 DB

RGB Percentages of Color #bdb3db

%32.20
%30.49
%37.31

CMYK Percentages of Color #bdb3db

%14
%18
%0
%14

Triadic Colors of #bdb3db

#bdb3db #dbbdb3 #b3dbbd

Analogous Colors of #bdb3db

#bdb3db #d1b3db #b3bddb

Monochromatic Colors of #bdb3db

#bdb3db

Complementary Color

#bdb3db #d1dbb3

#bdb3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb3db Color CSS Codes

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

#bdb3db Text Font Color

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

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


#bdb3db Background Color

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

This div background color is #bdb3db


#bdb3db Border Color

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

This div border color is #bdb3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb3db


Comments

No comments written yet.

Please login to write comment.