Color Hex Logo

#b29fbd Color Hex

#B29FBD
(178,159,189)
0 Favorites   0 Comments

Color spaces of #b29fbd

RGB 178159189
HSL0.770.190.68
HSV278°16°74°
CMYK 0.060.160.00   0.26
XYZ39.943537.935453.3611
Yxy37.93540.30440.2891
Hunter Lab61.59177.9754-8.2528
CIE-Lab67.973012.5654-12.9020

#b29fbd color RGB value is (178,159,189).

#b29fbd hex color red value is 178, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b29fbd hue: 0.77 , saturation: 0.19 and the lightness value of b29fbd is 0.68.

The process color (four color CMYK) of #b29fbd color hex is 0.06, 0.16, 0.00, 0.26. Web safe color of #b29fbd is #9999cc. Color #b29fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011111 10111101
Octal 262 237 275
Decimal 178 159 189
Hex B2 9F BD

RGB Percentages of Color #b29fbd

%33.84
%30.23
%35.93

CMYK Percentages of Color #b29fbd

%6
%16
%0
%26

Triadic Colors of #b29fbd

#b29fbd #bdb29f #9fbdb2

Analogous Colors of #b29fbd

#b29fbd #bd9fb9 #a39fbd

Monochromatic Colors of #b29fbd

#b29fbd

Complementary Color

#b29fbd #aabd9f

#b29fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29fbd Color CSS Codes

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

#b29fbd Text Font Color

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

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


#b29fbd Background Color

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

This div background color is #b29fbd


#b29fbd Border Color

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

This div border color is #b29fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29fbd


Comments

No comments written yet.

Please login to write comment.