Color Hex Logo

#b29fbe Color Hex

#B29FBE
(178,159,190)
0 Favorites   0 Comments

Color spaces of #b29fbe

RGB 178159190
HSL0.770.190.68
HSV277°16°75°
CMYK 0.060.160.00   0.25
XYZ40.052537.979053.9349
Yxy37.97900.30350.2878
Hunter Lab61.62718.1627-8.7505
CIE-Lab68.005112.7672-13.4098

#b29fbe color RGB value is (178,159,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011111 10111110
Octal 262 237 276
Decimal 178 159 190
Hex B2 9F BE

RGB Percentages of Color #b29fbe

%33.78
%30.17
%36.05

CMYK Percentages of Color #b29fbe

%6
%16
%0
%25

Triadic Colors of #b29fbe

#b29fbe #beb29f #9fbeb2

Analogous Colors of #b29fbe

#b29fbe #be9fbb #a39fbe

Monochromatic Colors of #b29fbe

#b29fbe

Complementary Color

#b29fbe #abbe9f

#b29fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29fbe Color CSS Codes

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

#b29fbe Text Font Color

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

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


#b29fbe Background Color

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

This div background color is #b29fbe


#b29fbe Border Color

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

This div border color is #b29fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29fbe


Comments

No comments written yet.

Please login to write comment.