Color Hex Logo

#b16cbd Color Hex

#B16CBD
(177,108,189)
0 Favorites   0 Comments

Color spaces of #b16cbd

RGB 177108189
HSL0.810.380.58
HSV291°43°74°
CMYK 0.060.430.00   0.26
XYZ32.679323.746451.0052
Yxy23.74640.30420.2210
Hunter Lab48.730334.4270-27.9467
CIE-Lab55.833040.6546-31.4774

#b16cbd color RGB value is (177,108,189).

#b16cbd hex color red value is 177, green value is 108 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b16cbd hue: 0.81 , saturation: 0.38 and the lightness value of b16cbd is 0.58.

The process color (four color CMYK) of #b16cbd color hex is 0.06, 0.43, 0.00, 0.26. Web safe color of #b16cbd is #9966cc. Color #b16cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101100 10111101
Octal 261 154 275
Decimal 177 108 189
Hex B1 6C BD

RGB Percentages of Color #b16cbd

%37.34
%22.78
%39.87

CMYK Percentages of Color #b16cbd

%6
%43
%0
%26

Triadic Colors of #b16cbd

#b16cbd #bdb16c #6cbdb1

Analogous Colors of #b16cbd

#b16cbd #bd6ca1 #896cbd

Monochromatic Colors of #b16cbd

#b16cbd

Complementary Color

#b16cbd #78bd6c

#b16cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16cbd Color CSS Codes

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

#b16cbd Text Font Color

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

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


#b16cbd Background Color

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

This div background color is #b16cbd


#b16cbd Border Color

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

This div border color is #b16cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16cbd


Comments

No comments written yet.

Please login to write comment.