Color Hex Logo

#b39cdb Color Hex

#B39CDB
(179,156,219)
0 Favorites   0 Comments

Color spaces of #b39cdb

RGB 179156219
HSL0.730.470.74
HSV262°29°86°
CMYK 0.180.290.00   0.14
XYZ43.265138.475172.1640
Yxy38.47510.28110.2500
Hunter Lab62.028315.9553-25.5584
CIE-Lab68.369320.9632-28.9104

#b39cdb color RGB value is (179,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011100 11011011
Octal 263 234 333
Decimal 179 156 219
Hex B3 9C DB

RGB Percentages of Color #b39cdb

%32.31
%28.16
%39.53

CMYK Percentages of Color #b39cdb

%18
%29
%0
%14

Triadic Colors of #b39cdb

#b39cdb #dbb39c #9cdbb3

Analogous Colors of #b39cdb

#b39cdb #d39cdb #9ca5db

Monochromatic Colors of #b39cdb

#b39cdb

Complementary Color

#b39cdb #c4db9c

#b39cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39cdb Color CSS Codes

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

#b39cdb Text Font Color

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

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


#b39cdb Background Color

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

This div background color is #b39cdb


#b39cdb Border Color

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

This div border color is #b39cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39cdb


Comments

No comments written yet.

Please login to write comment.