Color Hex Logo

#b96cbd Color Hex

#B96CBD
(185,108,189)
0 Favorites   0 Comments

Color spaces of #b96cbd

RGB 185108189
HSL0.830.380.58
HSV297°43°74°
CMYK 0.020.430.00   0.26
XYZ34.555524.713551.0930
Yxy24.71350.31310.2239
Hunter Lab49.712737.0790-26.1374
CIE-Lab56.795243.0863-29.9075

#b96cbd color RGB value is (185,108,189).

#b96cbd hex color red value is 185, green value is 108 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b96cbd hue: 0.83 , saturation: 0.38 and the lightness value of b96cbd is 0.58.

The process color (four color CMYK) of #b96cbd color hex is 0.02, 0.43, 0.00, 0.26. Web safe color of #b96cbd is #cc66cc. Color #b96cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101100 10111101
Octal 271 154 275
Decimal 185 108 189
Hex B9 6C BD

RGB Percentages of Color #b96cbd

%38.38
%22.41
%39.21

CMYK Percentages of Color #b96cbd

%2
%43
%0
%26

Triadic Colors of #b96cbd

#b96cbd #bdb96c #6cbdb9

Analogous Colors of #b96cbd

#b96cbd #bd6c99 #916cbd

Monochromatic Colors of #b96cbd

#b96cbd

Complementary Color

#b96cbd #70bd6c

#b96cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96cbd Color CSS Codes

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

#b96cbd Text Font Color

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

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


#b96cbd Background Color

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

This div background color is #b96cbd


#b96cbd Border Color

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

This div border color is #b96cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96cbd


Comments

No comments written yet.

Please login to write comment.