Color Hex Logo

#bd9fdb Color Hex

#BD9FDB
(189,159,219)
0 Favorites   0 Comments

Color spaces of #bd9fdb

RGB 189159219
HSL0.750.450.74
HSV270°27°86°
CMYK 0.140.270.00   0.14
XYZ46.170640.729672.4460
Yxy40.72960.28980.2556
Hunter Lab63.819717.4518-22.6302
CIE-Lab69.986122.4185-26.3497

#bd9fdb color RGB value is (189,159,219).

#bd9fdb hex color red value is 189, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bd9fdb hue: 0.75 , saturation: 0.45 and the lightness value of bd9fdb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011111 11011011
Octal 275 237 333
Decimal 189 159 219
Hex BD 9F DB

RGB Percentages of Color #bd9fdb

%33.33
%28.04
%38.62

CMYK Percentages of Color #bd9fdb

%14
%27
%0
%14

Triadic Colors of #bd9fdb

#bd9fdb #dbbd9f #9fdbbd

Analogous Colors of #bd9fdb

#bd9fdb #db9fdb #9f9fdb

Monochromatic Colors of #bd9fdb

#bd9fdb

Complementary Color

#bd9fdb #bddb9f

#bd9fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9fdb Color CSS Codes

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

#bd9fdb Text Font Color

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

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


#bd9fdb Background Color

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

This div background color is #bd9fdb


#bd9fdb Border Color

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

This div border color is #bd9fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9fdb


Comments

No comments written yet.

Please login to write comment.