Color Hex Logo

#bd9adb Color Hex

#BD9ADB
(189,154,219)
0 Favorites   0 Comments

Color spaces of #bd9adb

RGB 189154219
HSL0.760.470.73
HSV272°30°86°
CMYK 0.140.300.00   0.14
XYZ45.328039.044572.1651
Yxy39.04450.28960.2494
Hunter Lab62.485620.1368-24.7346
CIE-Lab68.783525.1963-28.1972

#bd9adb color RGB value is (189,154,219).

#bd9adb hex color red value is 189, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bd9adb hue: 0.76 , saturation: 0.47 and the lightness value of bd9adb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011010 11011011
Octal 275 232 333
Decimal 189 154 219
Hex BD 9A DB

RGB Percentages of Color #bd9adb

%33.63
%27.40
%38.97

CMYK Percentages of Color #bd9adb

%14
%30
%0
%14

Triadic Colors of #bd9adb

#bd9adb #dbbd9a #9adbbd

Analogous Colors of #bd9adb

#bd9adb #db9ad9 #9d9adb

Monochromatic Colors of #bd9adb

#bd9adb

Complementary Color

#bd9adb #b8db9a

#bd9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9adb Color CSS Codes

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

#bd9adb Text Font Color

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

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


#bd9adb Background Color

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

This div background color is #bd9adb


#bd9adb Border Color

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

This div border color is #bd9adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9adb


Comments

No comments written yet.

Please login to write comment.