Color Hex Logo

#b29dcb Color Hex

#B29DCB
(178,157,203)
0 Favorites   0 Comments

Color spaces of #b29dcb

RGB 178157203
HSL0.740.310.71
HSV267°23°80°
CMYK 0.120.230.00   0.20
XYZ41.196637.890761.6423
Yxy37.89070.29270.2692
Hunter Lab61.555411.7410-16.2849
CIE-Lab67.940016.5838-20.7270

#b29dcb color RGB value is (178,157,203).

#b29dcb hex color red value is 178, green value is 157 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b29dcb hue: 0.74 , saturation: 0.31 and the lightness value of b29dcb is 0.71.

The process color (four color CMYK) of #b29dcb color hex is 0.12, 0.23, 0.00, 0.20. Web safe color of #b29dcb is #9999cc. Color #b29dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011101 11001011
Octal 262 235 313
Decimal 178 157 203
Hex B2 9D CB

RGB Percentages of Color #b29dcb

%33.09
%29.18
%37.73

CMYK Percentages of Color #b29dcb

%12
%23
%0
%20

Triadic Colors of #b29dcb

#b29dcb #cbb29d #9dcbb2

Analogous Colors of #b29dcb

#b29dcb #c99dcb #9d9fcb

Monochromatic Colors of #b29dcb

#b29dcb

Complementary Color

#b29dcb #b6cb9d

#b29dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29dcb Color CSS Codes

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

#b29dcb Text Font Color

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

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


#b29dcb Background Color

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

This div background color is #b29dcb


#b29dcb Border Color

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

This div border color is #b29dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29dcb


Comments

No comments written yet.

Please login to write comment.