Color Hex Logo

#b58aab Color Hex

#B58AAB
(181,138,171)
0 Favorites   0 Comments

Color spaces of #b58aab

RGB 181138171
HSL0.870.230.63
HSV314°24°71°
CMYK 0.000.240.06   0.29
XYZ35.495230.941042.6295
Yxy30.94100.32540.2837
Hunter Lab55.624616.5613-6.5013
CIE-Lab62.457821.8844-11.0400

#b58aab color RGB value is (181,138,171).

#b58aab hex color red value is 181, green value is 138 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b58aab hue: 0.87 , saturation: 0.23 and the lightness value of b58aab is 0.63.

The process color (four color CMYK) of #b58aab color hex is 0.00, 0.24, 0.06, 0.29. Web safe color of #b58aab is #cc9999. Color #b58aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001010 10101011
Octal 265 212 253
Decimal 181 138 171
Hex B5 8A AB

RGB Percentages of Color #b58aab

%36.94
%28.16
%34.90

CMYK Percentages of Color #b58aab

%0
%24
%6
%29

Triadic Colors of #b58aab

#b58aab #abb58a #8aabb5

Analogous Colors of #b58aab

#b58aab #b58a96 #aa8ab5

Monochromatic Colors of #b58aab

#b58aab

Complementary Color

#b58aab #8ab594

#b58aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58aab Color CSS Codes

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

#b58aab Text Font Color

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

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


#b58aab Background Color

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

This div background color is #b58aab


#b58aab Border Color

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

This div border color is #b58aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58aab


Comments

No comments written yet.

Please login to write comment.