Color Hex Logo

#b96e9a Color Hex

#B96E9A
(185,110,154)
0 Favorites   0 Comments

Color spaces of #b96e9a

RGB 185110154
HSL0.900.350.58
HSV325°41°73°
CMYK 0.000.410.17   0.27
XYZ31.416223.799233.5097
Yxy23.79920.35410.2682
Hunter Lab48.784429.5777-6.5768
CIE-Lab55.886235.8529-11.0893

#b96e9a color RGB value is (185,110,154).

#b96e9a hex color red value is 185, green value is 110 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b96e9a hue: 0.90 , saturation: 0.35 and the lightness value of b96e9a is 0.58.

The process color (four color CMYK) of #b96e9a color hex is 0.00, 0.41, 0.17, 0.27. Web safe color of #b96e9a is #cc6699. Color #b96e9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101110 10011010
Octal 271 156 232
Decimal 185 110 154
Hex B9 6E 9A

RGB Percentages of Color #b96e9a

%41.20
%24.50
%34.30

CMYK Percentages of Color #b96e9a

%0
%41
%17
%27

Triadic Colors of #b96e9a

#b96e9a #9ab96e #6e9ab9

Analogous Colors of #b96e9a

#b96e9a #b96e75 #b36eb9

Monochromatic Colors of #b96e9a

#b96e9a

Complementary Color

#b96e9a #6eb98d

#b96e9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96e9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96e9a Color CSS Codes

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

#b96e9a Text Font Color

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

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


#b96e9a Background Color

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

This div background color is #b96e9a


#b96e9a Border Color

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

This div border color is #b96e9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96e9a


Comments

No comments written yet.

Please login to write comment.