Color Hex Logo

#bd9cdb Color Hex

#BD9CDB
(189,156,219)
0 Favorites   0 Comments

Color spaces of #bd9cdb

RGB 189156219
HSL0.750.470.74
HSV271°29°86°
CMYK 0.140.290.00   0.14
XYZ45.660939.710272.2761
Yxy39.71020.28960.2519
Hunter Lab63.016019.0616-23.8913
CIE-Lab69.262624.0851-27.4604

#bd9cdb color RGB value is (189,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011100 11011011
Octal 275 234 333
Decimal 189 156 219
Hex BD 9C DB

RGB Percentages of Color #bd9cdb

%33.51
%27.66
%38.83

CMYK Percentages of Color #bd9cdb

%14
%29
%0
%14

Triadic Colors of #bd9cdb

#bd9cdb #dbbd9c #9cdbbd

Analogous Colors of #bd9cdb

#bd9cdb #db9cda #9e9cdb

Monochromatic Colors of #bd9cdb

#bd9cdb

Complementary Color

#bd9cdb #badb9c

#bd9cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9cdb Color CSS Codes

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

#bd9cdb Text Font Color

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

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


#bd9cdb Background Color

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

This div background color is #bd9cdb


#bd9cdb Border Color

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

This div border color is #bd9cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9cdb


Comments

No comments written yet.

Please login to write comment.