Color Hex Logo

#b29dbb Color Hex

#B29DBB
(178,157,187)
0 Favorites   0 Comments

Color spaces of #b29dbb

RGB 178157187
HSL0.780.180.67
HSV282°16°73°
CMYK 0.050.160.00   0.27
XYZ39.386737.166852.1117
Yxy37.16680.30610.2889
Hunter Lab60.96468.6335-8.0051
CIE-Lab67.402013.2782-12.6461

#b29dbb color RGB value is (178,157,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011101 10111011
Octal 262 235 273
Decimal 178 157 187
Hex B2 9D BB

RGB Percentages of Color #b29dbb

%34.10
%30.08
%35.82

CMYK Percentages of Color #b29dbb

%5
%16
%0
%27

Triadic Colors of #b29dbb

#b29dbb #bbb29d #9dbbb2

Analogous Colors of #b29dbb

#b29dbb #bb9db5 #a39dbb

Monochromatic Colors of #b29dbb

#b29dbb

Complementary Color

#b29dbb #a6bb9d

#b29dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29dbb Color CSS Codes

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

#b29dbb Text Font Color

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

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


#b29dbb Background Color

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

This div background color is #b29dbb


#b29dbb Border Color

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

This div border color is #b29dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,157,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29dbb


Comments

No comments written yet.

Please login to write comment.