Color Hex Logo

#b96aba Color Hex

#B96ABA
(185,106,186)
0 Favorites   0 Comments

Color spaces of #b96aba

RGB 185106186
HSL0.830.370.57
HSV299°43°73°
CMYK 0.010.430.00   0.27
XYZ34.024524.167549.3259
Yxy24.16750.31650.2248
Hunter Lab49.160537.5111-25.0772
CIE-Lab56.255143.5769-29.0259

#b96aba color RGB value is (185,106,186).

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

The process color (four color CMYK) of #b96aba color hex is 0.01, 0.43, 0.00, 0.27. Web safe color of #b96aba is #cc66cc. Color #b96aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101010 10111010
Octal 271 152 272
Decimal 185 106 186
Hex B9 6A BA

RGB Percentages of Color #b96aba

%38.78
%22.22
%38.99

CMYK Percentages of Color #b96aba

%1
%43
%0
%27

Triadic Colors of #b96aba

#b96aba #bab96a #6abab9

Analogous Colors of #b96aba

#b96aba #ba6a93 #916aba

Monochromatic Colors of #b96aba

#b96aba

Complementary Color

#b96aba #6bba6a

#b96aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96aba Color CSS Codes

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

#b96aba Text Font Color

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

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


#b96aba Background Color

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

This div background color is #b96aba


#b96aba Border Color

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

This div border color is #b96aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96aba


Comments

No comments written yet.

Please login to write comment.