Color Hex Logo

#b96dbf Color Hex

#B96DBF
(185,109,191)
0 Favorites   0 Comments

Color spaces of #b96dbf

RGB 185109191
HSL0.820.390.59
HSV296°43°75°
CMYK 0.030.430.00   0.25
XYZ34.880225.013252.2798
Yxy25.01320.31090.2230
Hunter Lab50.013236.9664-26.9678
CIE-Lab57.088342.9372-30.5964

#b96dbf color RGB value is (185,109,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101101 10111111
Octal 271 155 277
Decimal 185 109 191
Hex B9 6D BF

RGB Percentages of Color #b96dbf

%38.14
%22.47
%39.38

CMYK Percentages of Color #b96dbf

%3
%43
%0
%25

Triadic Colors of #b96dbf

#b96dbf #bfb96d #6dbfb9

Analogous Colors of #b96dbf

#b96dbf #bf6d9c #906dbf

Monochromatic Colors of #b96dbf

#b96dbf

Complementary Color

#b96dbf #73bf6d

#b96dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96dbf Color CSS Codes

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

#b96dbf Text Font Color

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

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


#b96dbf Background Color

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

This div background color is #b96dbf


#b96dbf Border Color

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

This div border color is #b96dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96dbf


Comments

No comments written yet.

Please login to write comment.