Color Hex Logo

#b29bba Color Hex

#B29BBA
(178,155,186)
0 Favorites   0 Comments

Color spaces of #b29bba

RGB 178155186
HSL0.790.180.67
HSV285°17°73°
CMYK 0.040.170.00   0.27
XYZ38.944436.452851.4379
Yxy36.45280.30700.2874
Hunter Lab60.37629.4795-8.2492
CIE-Lab66.864514.1945-12.8957

#b29bba color RGB value is (178,155,186).

#b29bba hex color red value is 178, green value is 155 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b29bba hue: 0.79 , saturation: 0.18 and the lightness value of b29bba is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011011 10111010
Octal 262 233 272
Decimal 178 155 186
Hex B2 9B BA

RGB Percentages of Color #b29bba

%34.30
%29.87
%35.84

CMYK Percentages of Color #b29bba

%4
%17
%0
%27

Triadic Colors of #b29bba

#b29bba #bab29b #9bbab2

Analogous Colors of #b29bba

#b29bba #ba9bb3 #a39bba

Monochromatic Colors of #b29bba

#b29bba

Complementary Color

#b29bba #a3ba9b

#b29bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29bba Color CSS Codes

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

#b29bba Text Font Color

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

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


#b29bba Background Color

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

This div background color is #b29bba


#b29bba Border Color

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

This div border color is #b29bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29bba


Comments

No comments written yet.

Please login to write comment.