Color Hex Logo

#b08aba Color Hex

#B08ABA
(176,138,186)
0 Favorites   0 Comments

Color spaces of #b08aba

RGB 176138186
HSL0.800.260.64
HSV288°26°73°
CMYK 0.050.260.00   0.27
XYZ35.855930.952250.5389
Yxy30.95220.30560.2638
Hunter Lab55.634717.6804-14.9151
CIE-Lab62.467323.0592-19.5642

#b08aba color RGB value is (176,138,186).

#b08aba hex color red value is 176, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b08aba hue: 0.80 , saturation: 0.26 and the lightness value of b08aba is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001010 10111010
Octal 260 212 272
Decimal 176 138 186
Hex B0 8A BA

RGB Percentages of Color #b08aba

%35.20
%27.60
%37.20

CMYK Percentages of Color #b08aba

%5
%26
%0
%27

Triadic Colors of #b08aba

#b08aba #bab08a #8abab0

Analogous Colors of #b08aba

#b08aba #ba8aac #988aba

Monochromatic Colors of #b08aba

#b08aba

Complementary Color

#b08aba #94ba8a

#b08aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08aba Color CSS Codes

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

#b08aba Text Font Color

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

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


#b08aba Background Color

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

This div background color is #b08aba


#b08aba Border Color

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

This div border color is #b08aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08aba


Comments

No comments written yet.

Please login to write comment.