Color Hex Logo

#b29ead Color Hex

#B29EAD
(178,158,173)
0 Favorites   0 Comments

Color spaces of #b29ead

RGB 178158173
HSL0.880.110.66
HSV315°11°70°
CMYK 0.000.110.03   0.30
XYZ38.129836.935844.6548
Yxy36.93580.31850.3085
Hunter Lab60.77485.6340-1.0214
CIE-Lab67.228810.0163-5.0953

#b29ead color RGB value is (178,158,173).

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

The process color (four color CMYK) of #b29ead color hex is 0.00, 0.11, 0.03, 0.30. Web safe color of #b29ead is #999999. Color #b29ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011110 10101101
Octal 262 236 255
Decimal 178 158 173
Hex B2 9E AD

RGB Percentages of Color #b29ead

%34.97
%31.04
%33.99

CMYK Percentages of Color #b29ead

%0
%11
%3
%30

Triadic Colors of #b29ead

#b29ead #adb29e #9eadb2

Analogous Colors of #b29ead

#b29ead #b29ea3 #ad9eb2

Monochromatic Colors of #b29ead

#b29ead

Complementary Color

#b29ead #9eb2a3

#b29ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29ead Color CSS Codes

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

#b29ead Text Font Color

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

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


#b29ead Background Color

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

This div background color is #b29ead


#b29ead Border Color

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

This div border color is #b29ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29ead

#b29ead Color Palettes


Comments

No comments written yet.

Please login to write comment.