Color Hex Logo

#b09fbc Color Hex

#B09FBC
(176,159,188)
0 Favorites   0 Comments

Color spaces of #b09fbc

RGB 176159188
HSL0.760.180.68
HSV275°15°74°
CMYK 0.060.150.00   0.26
XYZ39.379737.657252.7700
Yxy37.65720.30340.2901
Hunter Lab61.36557.1582-8.0294
CIE-Lab67.767211.6819-12.6724

#b09fbc color RGB value is (176,159,188).

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

The process color (four color CMYK) of #b09fbc color hex is 0.06, 0.15, 0.00, 0.26. Web safe color of #b09fbc is #9999cc. Color #b09fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011111 10111100
Octal 260 237 274
Decimal 176 159 188
Hex B0 9F BC

RGB Percentages of Color #b09fbc

%33.65
%30.40
%35.95

CMYK Percentages of Color #b09fbc

%6
%15
%0
%26

Triadic Colors of #b09fbc

#b09fbc #bcb09f #9fbcb0

Analogous Colors of #b09fbc

#b09fbc #bc9fba #a29fbc

Monochromatic Colors of #b09fbc

#b09fbc

Complementary Color

#b09fbc #abbc9f

#b09fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09fbc Color CSS Codes

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

#b09fbc Text Font Color

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

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


#b09fbc Background Color

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

This div background color is #b09fbc


#b09fbc Border Color

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

This div border color is #b09fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,159,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09fbc


Comments

No comments written yet.

Please login to write comment.