Color Hex Logo

#b96aac Color Hex

#B96AAC
(185,106,172)
0 Favorites   0 Comments

Color spaces of #b96aac

RGB 185106172
HSL0.860.360.57
HSV310°43°73°
CMYK 0.000.430.07   0.27
XYZ32.608023.600941.8665
Yxy23.60090.33250.2406
Hunter Lab48.580834.7951-17.0891
CIE-Lab55.686041.0334-21.8374

#b96aac color RGB value is (185,106,172).

#b96aac hex color red value is 185, green value is 106 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b96aac hue: 0.86 , saturation: 0.36 and the lightness value of b96aac is 0.57.

The process color (four color CMYK) of #b96aac color hex is 0.00, 0.43, 0.07, 0.27. Web safe color of #b96aac is #cc6699. Color #b96aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101010 10101100
Octal 271 152 254
Decimal 185 106 172
Hex B9 6A AC

RGB Percentages of Color #b96aac

%39.96
%22.89
%37.15

CMYK Percentages of Color #b96aac

%0
%43
%7
%27

Triadic Colors of #b96aac

#b96aac #acb96a #6aacb9

Analogous Colors of #b96aac

#b96aac #b96a85 #9f6ab9

Monochromatic Colors of #b96aac

#b96aac

Complementary Color

#b96aac #6ab977

#b96aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96aac Color CSS Codes

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

#b96aac Text Font Color

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

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


#b96aac Background Color

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

This div background color is #b96aac


#b96aac Border Color

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

This div border color is #b96aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96aac


Comments

No comments written yet.

Please login to write comment.