Color Hex Logo

#b39bbd Color Hex

#B39BBD
(179,155,189)
0 Favorites   0 Comments

Color spaces of #b39bbd

RGB 179155189
HSL0.780.200.67
HSV282°18°74°
CMYK 0.050.180.00   0.26
XYZ39.497136.700553.1463
Yxy36.70050.30540.2837
Hunter Lab60.580910.3604-9.6071
CIE-Lab67.051715.1359-14.2785

#b39bbd color RGB value is (179,155,189).

#b39bbd hex color red value is 179, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b39bbd hue: 0.78 , saturation: 0.20 and the lightness value of b39bbd is 0.67.

The process color (four color CMYK) of #b39bbd color hex is 0.05, 0.18, 0.00, 0.26. Web safe color of #b39bbd is #cc99cc. Color #b39bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011011 10111101
Octal 263 233 275
Decimal 179 155 189
Hex B3 9B BD

RGB Percentages of Color #b39bbd

%34.23
%29.64
%36.14

CMYK Percentages of Color #b39bbd

%5
%18
%0
%26

Triadic Colors of #b39bbd

#b39bbd #bdb39b #9bbdb3

Analogous Colors of #b39bbd

#b39bbd #bd9bb6 #a29bbd

Monochromatic Colors of #b39bbd

#b39bbd

Complementary Color

#b39bbd #a5bd9b

#b39bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39bbd Color CSS Codes

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

#b39bbd Text Font Color

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

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


#b39bbd Background Color

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

This div background color is #b39bbd


#b39bbd Border Color

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

This div border color is #b39bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,155,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b39bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39bbd


Comments

No comments written yet.

Please login to write comment.