Color Hex Logo

#b16fbf Color Hex

#B16FBF
(177,111,191)
0 Favorites   0 Comments

Color spaces of #b16fbf

RGB 177111191
HSL0.800.380.59
HSV290°42°75°
CMYK 0.070.420.00   0.25
XYZ33.219924.477652.2640
Yxy24.47760.30210.2226
Hunter Lab49.474833.2729-28.0001
CIE-Lab56.562839.4296-31.4865

#b16fbf color RGB value is (177,111,191).

#b16fbf hex color red value is 177, green value is 111 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b16fbf hue: 0.80 , saturation: 0.38 and the lightness value of b16fbf is 0.59.

The process color (four color CMYK) of #b16fbf color hex is 0.07, 0.42, 0.00, 0.25. Web safe color of #b16fbf is #9966cc. Color #b16fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101111 10111111
Octal 261 157 277
Decimal 177 111 191
Hex B1 6F BF

RGB Percentages of Color #b16fbf

%36.95
%23.17
%39.87

CMYK Percentages of Color #b16fbf

%7
%42
%0
%25

Triadic Colors of #b16fbf

#b16fbf #bfb16f #6fbfb1

Analogous Colors of #b16fbf

#b16fbf #bf6fa5 #896fbf

Monochromatic Colors of #b16fbf

#b16fbf

Complementary Color

#b16fbf #7dbf6f

#b16fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16fbf Color CSS Codes

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

#b16fbf Text Font Color

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

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


#b16fbf Background Color

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

This div background color is #b16fbf


#b16fbf Border Color

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

This div border color is #b16fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16fbf


Comments

No comments written yet.

Please login to write comment.