Color Hex Logo

#b16fba Color Hex

#B16FBA
(177,111,186)
0 Favorites   0 Comments

Color spaces of #b16fba

RGB 177111186
HSL0.810.350.58
HSV293°40°73°
CMYK 0.050.400.00   0.27
XYZ32.678824.261249.4149
Yxy24.26120.30730.2281
Hunter Lab49.255732.2289-25.0027
CIE-Lab56.348438.4313-28.9574

#b16fba color RGB value is (177,111,186).

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

The process color (four color CMYK) of #b16fba color hex is 0.05, 0.40, 0.00, 0.27. Web safe color of #b16fba is #9966cc. Color #b16fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101111 10111010
Octal 261 157 272
Decimal 177 111 186
Hex B1 6F BA

RGB Percentages of Color #b16fba

%37.34
%23.42
%39.24

CMYK Percentages of Color #b16fba

%5
%40
%0
%27

Triadic Colors of #b16fba

#b16fba #bab16f #6fbab1

Analogous Colors of #b16fba

#b16fba #ba6f9e #8c6fba

Monochromatic Colors of #b16fba

#b16fba

Complementary Color

#b16fba #78ba6f

#b16fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16fba Color CSS Codes

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

#b16fba Text Font Color

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

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


#b16fba Background Color

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

This div background color is #b16fba


#b16fba Border Color

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

This div border color is #b16fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,111,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16fba


Comments

No comments written yet.

Please login to write comment.