Color Hex Logo

#b29fba Color Hex

#B29FBA
(178,159,186)
0 Favorites   0 Comments

Color spaces of #b29fba

RGB 178159186
HSL0.780.160.68
HSV282°15°73°
CMYK 0.040.150.00   0.27
XYZ39.621237.806451.6635
Yxy37.80640.30690.2929
Hunter Lab61.48697.4205-6.7767
CIE-Lab67.877711.9661-11.3761

#b29fba color RGB value is (178,159,186).

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

The process color (four color CMYK) of #b29fba color hex is 0.04, 0.15, 0.00, 0.27. Web safe color of #b29fba is #9999cc. Color #b29fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011111 10111010
Octal 262 237 272
Decimal 178 159 186
Hex B2 9F BA

RGB Percentages of Color #b29fba

%34.03
%30.40
%35.56

CMYK Percentages of Color #b29fba

%4
%15
%0
%27

Triadic Colors of #b29fba

#b29fba #bab29f #9fbab2

Analogous Colors of #b29fba

#b29fba #ba9fb5 #a59fba

Monochromatic Colors of #b29fba

#b29fba

Complementary Color

#b29fba #a7ba9f

#b29fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29fba Color CSS Codes

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

#b29fba Text Font Color

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

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


#b29fba Background Color

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

This div background color is #b29fba


#b29fba Border Color

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

This div border color is #b29fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29fba


Comments

No comments written yet.

Please login to write comment.