Color Hex Logo

#b16faf Color Hex

#B16FAF
(177,111,175)
0 Favorites   0 Comments

Color spaces of #b16faf

RGB 177111175
HSL0.840.300.56
HSV302°37°69°
CMYK 0.000.370.01   0.31
XYZ31.553823.811143.4904
Yxy23.81110.31920.2409
Hunter Lab48.796630.0310-18.6851
CIE-Lab55.898236.3053-23.3280

#b16faf color RGB value is (177,111,175).

#b16faf hex color red value is 177, green value is 111 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b16faf hue: 0.84 , saturation: 0.30 and the lightness value of b16faf is 0.56.

The process color (four color CMYK) of #b16faf color hex is 0.00, 0.37, 0.01, 0.31. Web safe color of #b16faf is #996699. Color #b16faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101111 10101111
Octal 261 157 257
Decimal 177 111 175
Hex B1 6F AF

RGB Percentages of Color #b16faf

%38.23
%23.97
%37.80

CMYK Percentages of Color #b16faf

%0
%37
%1
%31

Triadic Colors of #b16faf

#b16faf #afb16f #6fafb1

Analogous Colors of #b16faf

#b16faf #b16f8e #926fb1

Monochromatic Colors of #b16faf

#b16faf

Complementary Color

#b16faf #6fb171

#b16faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16faf Color CSS Codes

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

#b16faf Text Font Color

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

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


#b16faf Background Color

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

This div background color is #b16faf


#b16faf Border Color

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

This div border color is #b16faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16faf


Comments

No comments written yet.

Please login to write comment.