Color Hex Logo

#b09fba Color Hex

#B09FBA
(176,159,186)
0 Favorites   0 Comments

Color spaces of #b09fba

RGB 176159186
HSL0.770.160.68
HSV278°15°73°
CMYK 0.050.150.00   0.27
XYZ39.165637.571651.6422
Yxy37.57160.30510.2927
Hunter Lab61.29576.7873-7.0454
CIE-Lab67.703711.2790-11.6547

#b09fba color RGB value is (176,159,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011111 10111010
Octal 260 237 272
Decimal 176 159 186
Hex B0 9F BA

RGB Percentages of Color #b09fba

%33.78
%30.52
%35.70

CMYK Percentages of Color #b09fba

%5
%15
%0
%27

Triadic Colors of #b09fba

#b09fba #bab09f #9fbab0

Analogous Colors of #b09fba

#b09fba #ba9fb7 #a39fba

Monochromatic Colors of #b09fba

#b09fba

Complementary Color

#b09fba #a9ba9f

#b09fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09fba Color CSS Codes

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

#b09fba Text Font Color

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

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


#b09fba Background Color

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

This div background color is #b09fba


#b09fba Border Color

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

This div border color is #b09fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09fba


Comments

No comments written yet.

Please login to write comment.