Color Hex Logo

#b29eb5 Color Hex

#B29EB5
(178,158,181)
0 Favorites   0 Comments

Color spaces of #b29eb5

RGB 178158181
HSL0.810.130.66
HSV292°13°71°
CMYK 0.020.130.00   0.29
XYZ38.927437.254948.8553
Yxy37.25490.31130.2979
Hunter Lab61.03687.0275-4.7314
CIE-Lab67.467811.5397-9.2036

#b29eb5 color RGB value is (178,158,181).

#b29eb5 hex color red value is 178, green value is 158 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #b29eb5 hue: 0.81 , saturation: 0.13 and the lightness value of b29eb5 is 0.66.

The process color (four color CMYK) of #b29eb5 color hex is 0.02, 0.13, 0.00, 0.29. Web safe color of #b29eb5 is #9999cc. Color #b29eb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011110 10110101
Octal 262 236 265
Decimal 178 158 181
Hex B2 9E B5

RGB Percentages of Color #b29eb5

%34.43
%30.56
%35.01

CMYK Percentages of Color #b29eb5

%2
%13
%0
%29

Triadic Colors of #b29eb5

#b29eb5 #b5b29e #9eb5b2

Analogous Colors of #b29eb5

#b29eb5 #b59ead #a79eb5

Monochromatic Colors of #b29eb5

#b29eb5

Complementary Color

#b29eb5 #a1b59e

#b29eb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29eb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29eb5 Color CSS Codes

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

#b29eb5 Text Font Color

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

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


#b29eb5 Background Color

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

This div background color is #b29eb5


#b29eb5 Border Color

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

This div border color is #b29eb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29eb5

#b29eb5 Color Palettes


Comments

No comments written yet.

Please login to write comment.