Color Hex Logo

#b16fbd Color Hex

#B16FBD
(177,111,189)
0 Favorites   0 Comments

Color spaces of #b16fbd

RGB 177111189
HSL0.810.370.59
HSV291°41°74°
CMYK 0.060.410.00   0.26
XYZ33.001224.390151.1125
Yxy24.39010.30410.2248
Hunter Lab49.386332.8521-26.7919
CIE-Lab56.476339.0282-30.4772

#b16fbd color RGB value is (177,111,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101111 10111101
Octal 261 157 275
Decimal 177 111 189
Hex B1 6F BD

RGB Percentages of Color #b16fbd

%37.11
%23.27
%39.62

CMYK Percentages of Color #b16fbd

%6
%41
%0
%26

Triadic Colors of #b16fbd

#b16fbd #bdb16f #6fbdb1

Analogous Colors of #b16fbd

#b16fbd #bd6fa2 #8a6fbd

Monochromatic Colors of #b16fbd

#b16fbd

Complementary Color

#b16fbd #7bbd6f

#b16fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16fbd Color CSS Codes

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

#b16fbd Text Font Color

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

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


#b16fbd Background Color

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

This div background color is #b16fbd


#b16fbd Border Color

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

This div border color is #b16fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16fbd


Comments

No comments written yet.

Please login to write comment.