Color Hex Logo

#b96fbf Color Hex

#B96FBF
(185,111,191)
0 Favorites   0 Comments

Color spaces of #b96fbf

RGB 185111191
HSL0.820.380.59
HSV296°42°75°
CMYK 0.030.420.00   0.25
XYZ35.096025.444852.3518
Yxy25.44480.31090.2254
Hunter Lab50.442835.9178-26.2238
CIE-Lab57.506341.8723-29.9476

#b96fbf color RGB value is (185,111,191).

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

The process color (four color CMYK) of #b96fbf color hex is 0.03, 0.42, 0.00, 0.25. Web safe color of #b96fbf is #cc66cc. Color #b96fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101111 10111111
Octal 271 157 277
Decimal 185 111 191
Hex B9 6F BF

RGB Percentages of Color #b96fbf

%37.99
%22.79
%39.22

CMYK Percentages of Color #b96fbf

%3
%42
%0
%25

Triadic Colors of #b96fbf

#b96fbf #bfb96f #6fbfb9

Analogous Colors of #b96fbf

#b96fbf #bf6f9d #916fbf

Monochromatic Colors of #b96fbf

#b96fbf

Complementary Color

#b96fbf #75bf6f

#b96fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96fbf Color CSS Codes

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

#b96fbf Text Font Color

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

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


#b96fbf Background Color

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

This div background color is #b96fbf


#b96fbf Border Color

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

This div border color is #b96fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96fbf


Comments

No comments written yet.

Please login to write comment.