Color Hex Logo

#b49fba Color Hex

#B49FBA
(180,159,186)
0 Favorites   0 Comments

Color spaces of #b49fba

RGB 180159186
HSL0.800.160.68
HSV287°15°73°
CMYK 0.030.150.00   0.27
XYZ40.083538.044751.6851
Yxy38.04470.30880.2931
Hunter Lab61.68048.0590-6.5058
CIE-Lab68.053512.6552-11.0946

#b49fba color RGB value is (180,159,186).

#b49fba hex color red value is 180, green value is 159 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b49fba hue: 0.80 , saturation: 0.16 and the lightness value of b49fba is 0.68.

The process color (four color CMYK) of #b49fba color hex is 0.03, 0.15, 0.00, 0.27. Web safe color of #b49fba is #cc99cc. Color #b49fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011111 10111010
Octal 264 237 272
Decimal 180 159 186
Hex B4 9F BA

RGB Percentages of Color #b49fba

%34.29
%30.29
%35.43

CMYK Percentages of Color #b49fba

%3
%15
%0
%27

Triadic Colors of #b49fba

#b49fba #bab49f #9fbab4

Analogous Colors of #b49fba

#b49fba #ba9fb3 #a79fba

Monochromatic Colors of #b49fba

#b49fba

Complementary Color

#b49fba #a5ba9f

#b49fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49fba Color CSS Codes

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

#b49fba Text Font Color

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

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


#b49fba Background Color

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

This div background color is #b49fba


#b49fba Border Color

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

This div border color is #b49fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49fba


Comments

No comments written yet.

Please login to write comment.