Color Hex Logo

#b96bcb Color Hex

#B96BCB
(185,107,203)
0 Favorites   0 Comments

Color spaces of #b96bcb

RGB 185107203
HSL0.800.480.61
HSV289°47°80°
CMYK 0.090.470.00   0.20
XYZ36.044825.141559.4529
Yxy25.14150.29880.2084
Hunter Lab50.141340.5700-35.2017
CIE-Lab57.213046.3401-37.2392

#b96bcb color RGB value is (185,107,203).

#b96bcb hex color red value is 185, green value is 107 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b96bcb hue: 0.80 , saturation: 0.48 and the lightness value of b96bcb is 0.61.

The process color (four color CMYK) of #b96bcb color hex is 0.09, 0.47, 0.00, 0.20. Web safe color of #b96bcb is #cc66cc. Color #b96bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101011 11001011
Octal 271 153 313
Decimal 185 107 203
Hex B9 6B CB

RGB Percentages of Color #b96bcb

%37.37
%21.62
%41.01

CMYK Percentages of Color #b96bcb

%9
%47
%0
%20

Triadic Colors of #b96bcb

#b96bcb #cbb96b #6bcbb9

Analogous Colors of #b96bcb

#b96bcb #cb6bad #896bcb

Monochromatic Colors of #b96bcb

#b96bcb

Complementary Color

#b96bcb #7dcb6b

#b96bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96bcb Color CSS Codes

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

#b96bcb Text Font Color

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

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


#b96bcb Background Color

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

This div background color is #b96bcb


#b96bcb Border Color

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

This div border color is #b96bcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,107,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96bcb


Comments

No comments written yet.

Please login to write comment.