Color Hex Logo

#b29aad Color Hex

#B29AAD
(178,154,173)
0 Favorites   0 Comments

Color spaces of #b29aad

RGB 178154173
HSL0.870.130.65
HSV313°13°70°
CMYK 0.000.130.03   0.30
XYZ37.458535.593344.4311
Yxy35.59330.31880.3030
Hunter Lab59.66017.6687-2.3934
CIE-Lab66.208012.2396-6.6069

#b29aad color RGB value is (178,154,173).

#b29aad hex color red value is 178, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b29aad hue: 0.87 , saturation: 0.13 and the lightness value of b29aad is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011010 10101101
Octal 262 232 255
Decimal 178 154 173
Hex B2 9A AD

RGB Percentages of Color #b29aad

%35.25
%30.50
%34.26

CMYK Percentages of Color #b29aad

%0
%13
%3
%30

Triadic Colors of #b29aad

#b29aad #adb29a #9aadb2

Analogous Colors of #b29aad

#b29aad #b29aa1 #ab9ab2

Monochromatic Colors of #b29aad

#b29aad

Complementary Color

#b29aad #9ab29f

#b29aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29aad Color CSS Codes

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

#b29aad Text Font Color

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

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


#b29aad Background Color

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

This div background color is #b29aad


#b29aad Border Color

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

This div border color is #b29aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29aad


Comments

No comments written yet.

Please login to write comment.