Color Hex Logo

#b96ccb Color Hex

#B96CCB
(185,108,203)
0 Favorites   0 Comments

Color spaces of #b96ccb

RGB 185108203
HSL0.800.480.61
HSV289°47°80°
CMYK 0.090.470.00   0.20
XYZ36.149625.351259.4879
Yxy25.35120.29880.2095
Hunter Lab50.350040.0446-34.8055
CIE-Lab57.416045.8155-36.9213

#b96ccb color RGB value is (185,108,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101100 11001011
Octal 271 154 313
Decimal 185 108 203
Hex B9 6C CB

RGB Percentages of Color #b96ccb

%37.30
%21.77
%40.93

CMYK Percentages of Color #b96ccb

%9
%47
%0
%20

Triadic Colors of #b96ccb

#b96ccb #cbb96c #6ccbb9

Analogous Colors of #b96ccb

#b96ccb #cb6cae #8a6ccb

Monochromatic Colors of #b96ccb

#b96ccb

Complementary Color

#b96ccb #7ecb6c

#b96ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96ccb Color CSS Codes

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

#b96ccb Text Font Color

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

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


#b96ccb Background Color

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

This div background color is #b96ccb


#b96ccb Border Color

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

This div border color is #b96ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96ccb


Comments

No comments written yet.

Please login to write comment.