Color Hex Logo

#b29aba Color Hex

#B29ABA
(178,154,186)
0 Favorites   0 Comments

Color spaces of #b29aba

RGB 178154186
HSL0.790.190.67
HSV285°17°73°
CMYK 0.040.170.00   0.27
XYZ38.778636.121451.3826
Yxy36.12140.30710.2860
Hunter Lab60.10119.9954-8.6184
CIE-Lab66.612614.7524-13.2741

#b29aba color RGB value is (178,154,186).

#b29aba hex color red value is 178, green value is 154 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b29aba hue: 0.79 , saturation: 0.19 and the lightness value of b29aba is 0.67.

The process color (four color CMYK) of #b29aba color hex is 0.04, 0.17, 0.00, 0.27. Web safe color of #b29aba is #9999cc. Color #b29aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011010 10111010
Octal 262 232 272
Decimal 178 154 186
Hex B2 9A BA

RGB Percentages of Color #b29aba

%34.36
%29.73
%35.91

CMYK Percentages of Color #b29aba

%4
%17
%0
%27

Triadic Colors of #b29aba

#b29aba #bab29a #9abab2

Analogous Colors of #b29aba

#b29aba #ba9ab2 #a29aba

Monochromatic Colors of #b29aba

#b29aba

Complementary Color

#b29aba #a2ba9a

#b29aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29aba Color CSS Codes

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

#b29aba Text Font Color

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

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


#b29aba Background Color

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

This div background color is #b29aba


#b29aba Border Color

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

This div border color is #b29aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29aba


Comments

No comments written yet.

Please login to write comment.