Color Hex Logo

#b96acc Color Hex

#B96ACC
(185,106,204)
0 Favorites   0 Comments

Color spaces of #b96acc

RGB 185106204
HSL0.800.490.61
HSV288°48°80°
CMYK 0.090.480.00   0.20
XYZ36.060724.982060.0481
Yxy24.98200.29780.2063
Hunter Lab49.982041.3146-36.2433
CIE-Lab57.057947.0620-38.0504

#b96acc color RGB value is (185,106,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101010 11001100
Octal 271 152 314
Decimal 185 106 204
Hex B9 6A CC

RGB Percentages of Color #b96acc

%37.37
%21.41
%41.21

CMYK Percentages of Color #b96acc

%9
%48
%0
%20

Triadic Colors of #b96acc

#b96acc #ccb96a #6accb9

Analogous Colors of #b96acc

#b96acc #cc6aae #886acc

Monochromatic Colors of #b96acc

#b96acc

Complementary Color

#b96acc #7dcc6a

#b96acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96acc Color CSS Codes

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

#b96acc Text Font Color

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

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


#b96acc Background Color

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

This div background color is #b96acc


#b96acc Border Color

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

This div border color is #b96acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96acc


Comments

No comments written yet.

Please login to write comment.