Color Hex Logo

#b29fcb Color Hex

#B29FCB
(178,159,203)
0 Favorites   0 Comments

Color spaces of #b29fcb

RGB 178159203
HSL0.740.300.71
HSV266°22°80°
CMYK 0.120.220.00   0.20
XYZ41.537738.573061.7560
Yxy38.57300.29280.2719
Hunter Lab62.107210.6945-15.4797
CIE-Lab68.440815.4665-19.9651

#b29fcb color RGB value is (178,159,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011111 11001011
Octal 262 237 313
Decimal 178 159 203
Hex B2 9F CB

RGB Percentages of Color #b29fcb

%32.96
%29.44
%37.59

CMYK Percentages of Color #b29fcb

%12
%22
%0
%20

Triadic Colors of #b29fcb

#b29fcb #cbb29f #9fcbb2

Analogous Colors of #b29fcb

#b29fcb #c89fcb #9fa2cb

Monochromatic Colors of #b29fcb

#b29fcb

Complementary Color

#b29fcb #b8cb9f

#b29fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29fcb Color CSS Codes

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

#b29fcb Text Font Color

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

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


#b29fcb Background Color

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

This div background color is #b29fcb


#b29fcb Border Color

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

This div border color is #b29fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29fcb


Comments

No comments written yet.

Please login to write comment.