Color Hex Logo

#bdb2db Color Hex

#BDB2DB
(189,178,219)
0 Favorites   0 Comments

Color spaces of #bdb2db

RGB 189178219
HSL0.710.360.78
HSV256°19°86°
CMYK 0.140.190.00   0.14
XYZ49.692847.774173.6201
Yxy47.77410.29050.2792
Hunter Lab69.11887.3742-14.7680
CIE-Lab74.682211.9273-19.1911

#bdb2db color RGB value is (189,178,219).

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

The process color (four color CMYK) of #bdb2db color hex is 0.14, 0.19, 0.00, 0.14. Web safe color of #bdb2db is #cc99cc. Color #bdb2db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 11011011
Octal 275 262 333
Decimal 189 178 219
Hex BD B2 DB

RGB Percentages of Color #bdb2db

%32.25
%30.38
%37.37

CMYK Percentages of Color #bdb2db

%14
%19
%0
%14

Triadic Colors of #bdb2db

#bdb2db #dbbdb2 #b2dbbd

Analogous Colors of #bdb2db

#bdb2db #d2b2db #b2bcdb

Monochromatic Colors of #bdb2db

#bdb2db

Complementary Color

#bdb2db #d0dbb2

#bdb2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb2db Color CSS Codes

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

#bdb2db Text Font Color

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

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


#bdb2db Background Color

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

This div background color is #bdb2db


#bdb2db Border Color

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

This div border color is #bdb2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb2db


Comments

No comments written yet.

Please login to write comment.