Color Hex Logo

#b39bb7 Color Hex

#B39BB7
(179,155,183)
0 Favorites   0 Comments

Color spaces of #b39bb7

RGB 179155183
HSL0.810.160.66
HSV291°15°72°
CMYK 0.020.150.00   0.28
XYZ38.859036.445349.7863
Yxy36.44530.31060.2914
Hunter Lab60.36999.2497-6.6367
CIE-Lab66.858813.9474-11.2202

#b39bb7 color RGB value is (179,155,183).

#b39bb7 hex color red value is 179, green value is 155 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #b39bb7 hue: 0.81 , saturation: 0.16 and the lightness value of b39bb7 is 0.66.

The process color (four color CMYK) of #b39bb7 color hex is 0.02, 0.15, 0.00, 0.28. Web safe color of #b39bb7 is #cc99cc. Color #b39bb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011011 10110111
Octal 263 233 267
Decimal 179 155 183
Hex B3 9B B7

RGB Percentages of Color #b39bb7

%34.62
%29.98
%35.40

CMYK Percentages of Color #b39bb7

%2
%15
%0
%28

Triadic Colors of #b39bb7

#b39bb7 #b7b39b #9bb7b3

Analogous Colors of #b39bb7

#b39bb7 #b79bad #a59bb7

Monochromatic Colors of #b39bb7

#b39bb7

Complementary Color

#b39bb7 #9fb79b

#b39bb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39bb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39bb7 Color CSS Codes

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

#b39bb7 Text Font Color

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

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


#b39bb7 Background Color

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

This div background color is #b39bb7


#b39bb7 Border Color

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

This div border color is #b39bb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39bb7


Comments

No comments written yet.

Please login to write comment.