Color Hex Logo

#b29dbd Color Hex

#B29DBD
(178,157,189)
0 Favorites   0 Comments

Color spaces of #b29dbd

RGB 178157189
HSL0.780.200.68
HSV279°17°74°
CMYK 0.060.170.00   0.26
XYZ39.602437.253053.2474
Yxy37.25300.30440.2863
Hunter Lab61.03529.0071-9.0002
CIE-Lab67.466413.6798-13.6633

#b29dbd color RGB value is (178,157,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011101 10111101
Octal 262 235 275
Decimal 178 157 189
Hex B2 9D BD

RGB Percentages of Color #b29dbd

%33.97
%29.96
%36.07

CMYK Percentages of Color #b29dbd

%6
%17
%0
%26

Triadic Colors of #b29dbd

#b29dbd #bdb29d #9dbdb2

Analogous Colors of #b29dbd

#b29dbd #bd9db8 #a29dbd

Monochromatic Colors of #b29dbd

#b29dbd

Complementary Color

#b29dbd #a8bd9d

#b29dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29dbd Color CSS Codes

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

#b29dbd Text Font Color

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

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


#b29dbd Background Color

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

This div background color is #b29dbd


#b29dbd Border Color

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

This div border color is #b29dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29dbd

#b29dbd Color Palettes


Comments

No comments written yet.

Please login to write comment.