Color Hex Logo

#b29fc7 Color Hex

#B29FC7
(178,159,199)
0 Favorites   0 Comments

Color spaces of #b29fc7

RGB 178159199
HSL0.750.260.70
HSV269°20°78°
CMYK 0.110.200.00   0.22
XYZ41.067038.384859.2774
Yxy38.38480.29600.2767
Hunter Lab61.95559.8961-13.3583
CIE-Lab68.303314.6207-17.9571

#b29fc7 color RGB value is (178,159,199).

#b29fc7 hex color red value is 178, green value is 159 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #b29fc7 hue: 0.75 , saturation: 0.26 and the lightness value of b29fc7 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011111 11000111
Octal 262 237 307
Decimal 178 159 199
Hex B2 9F C7

RGB Percentages of Color #b29fc7

%33.21
%29.66
%37.13

CMYK Percentages of Color #b29fc7

%11
%20
%0
%22

Triadic Colors of #b29fc7

#b29fc7 #c7b29f #9fc7b2

Analogous Colors of #b29fc7

#b29fc7 #c69fc7 #9fa0c7

Monochromatic Colors of #b29fc7

#b29fc7

Complementary Color

#b29fc7 #b4c79f

#b29fc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29fc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29fc7 Color CSS Codes

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

#b29fc7 Text Font Color

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

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


#b29fc7 Background Color

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

This div background color is #b29fc7


#b29fc7 Border Color

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

This div border color is #b29fc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29fc7

#b29fc7 Color Palettes


Comments

No comments written yet.

Please login to write comment.