Color Hex Logo

#b09aba Color Hex

#B09ABA
(176,154,186)
0 Favorites   0 Comments

Color spaces of #b09aba

RGB 176154186
HSL0.780.190.67
HSV281°17°73°
CMYK 0.050.170.00   0.27
XYZ38.323035.886551.3613
Yxy35.88650.30520.2858
Hunter Lab59.90539.3567-8.9000
CIE-Lab66.433114.0680-13.5620

#b09aba color RGB value is (176,154,186).

#b09aba hex color red value is 176, green value is 154 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b09aba hue: 0.78 , saturation: 0.19 and the lightness value of b09aba is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011010 10111010
Octal 260 232 272
Decimal 176 154 186
Hex B0 9A BA

RGB Percentages of Color #b09aba

%34.11
%29.84
%36.05

CMYK Percentages of Color #b09aba

%5
%17
%0
%27

Triadic Colors of #b09aba

#b09aba #bab09a #9abab0

Analogous Colors of #b09aba

#b09aba #ba9ab4 #a09aba

Monochromatic Colors of #b09aba

#b09aba

Complementary Color

#b09aba #a4ba9a

#b09aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09aba Color CSS Codes

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

#b09aba Text Font Color

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

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


#b09aba Background Color

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

This div background color is #b09aba


#b09aba Border Color

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

This div border color is #b09aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09aba


Comments

No comments written yet.

Please login to write comment.