Color Hex Logo

#b29dba Color Hex

#B29DBA
(178,157,186)
0 Favorites   0 Comments

Color spaces of #b29dba

RGB 178157186
HSL0.790.170.67
HSV283°16°73°
CMYK 0.040.160.00   0.27
XYZ39.280037.124151.5498
Yxy37.12410.30700.2901
Hunter Lab60.92958.4485-7.5120
CIE-Lab67.370013.0790-12.1369

#b29dba color RGB value is (178,157,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011101 10111010
Octal 262 235 272
Decimal 178 157 186
Hex B2 9D BA

RGB Percentages of Color #b29dba

%34.17
%30.13
%35.70

CMYK Percentages of Color #b29dba

%4
%16
%0
%27

Triadic Colors of #b29dba

#b29dba #bab29d #9dbab2

Analogous Colors of #b29dba

#b29dba #ba9db4 #a49dba

Monochromatic Colors of #b29dba

#b29dba

Complementary Color

#b29dba #a5ba9d

#b29dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29dba Color CSS Codes

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

#b29dba Text Font Color

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

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


#b29dba Background Color

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

This div background color is #b29dba


#b29dba Border Color

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

This div border color is #b29dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29dba


Comments

No comments written yet.

Please login to write comment.