Color Hex Logo

#b39bc8 Color Hex

#B39BC8
(179,155,200)
3 Favorites   0 Comments

Color spaces of #b39bc8

RGB 179155200
HSL0.760.290.70
HSV272°23°78°
CMYK 0.110.230.00   0.22
XYZ40.737137.196559.6762
Yxy37.19650.29600.2703
Hunter Lab60.988912.4971-15.3216
CIE-Lab67.424217.3949-19.8382

#b39bc8 color RGB value is (179,155,200).

#b39bc8 hex color red value is 179, green value is 155 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #b39bc8 hue: 0.76 , saturation: 0.29 and the lightness value of b39bc8 is 0.70.

The process color (four color CMYK) of #b39bc8 color hex is 0.11, 0.23, 0.00, 0.22. Web safe color of #b39bc8 is #cc99cc. Color #b39bc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011011 11001000
Octal 263 233 310
Decimal 179 155 200
Hex B3 9B C8

RGB Percentages of Color #b39bc8

%33.52
%29.03
%37.45

CMYK Percentages of Color #b39bc8

%11
%23
%0
%22

Triadic Colors of #b39bc8

#b39bc8 #c8b39b #9bc8b3

Analogous Colors of #b39bc8

#b39bc8 #c89bc7 #9d9bc8

Monochromatic Colors of #b39bc8

#b39bc8

Complementary Color

#b39bc8 #b0c89b

#b39bc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39bc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39bc8 Color CSS Codes

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

#b39bc8 Text Font Color

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

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


#b39bc8 Background Color

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

This div background color is #b39bc8


#b39bc8 Border Color

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

This div border color is #b39bc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39bc8

#b39bc8 Color Palettes


Comments

No comments written yet.

Please login to write comment.