Color Hex Logo

#b98aab Color Hex

#B98AAB
(185,138,171)
0 Favorites   0 Comments

Color spaces of #b98aab

RGB 185138171
HSL0.880.250.63
HSV318°25°73°
CMYK 0.000.250.08   0.27
XYZ36.446731.431542.6740
Yxy31.43150.32970.2843
Hunter Lab56.063817.9300-5.8850
CIE-Lab62.870223.2958-10.3798

#b98aab color RGB value is (185,138,171).

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

The process color (four color CMYK) of #b98aab color hex is 0.00, 0.25, 0.08, 0.27. Web safe color of #b98aab is #cc9999. Color #b98aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001010 10101011
Octal 271 212 253
Decimal 185 138 171
Hex B9 8A AB

RGB Percentages of Color #b98aab

%37.45
%27.94
%34.62

CMYK Percentages of Color #b98aab

%0
%25
%8
%27

Triadic Colors of #b98aab

#b98aab #abb98a #8aabb9

Analogous Colors of #b98aab

#b98aab #b98a94 #b08ab9

Monochromatic Colors of #b98aab

#b98aab

Complementary Color

#b98aab #8ab998

#b98aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98aab Color CSS Codes

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

#b98aab Text Font Color

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

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


#b98aab Background Color

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

This div background color is #b98aab


#b98aab Border Color

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

This div border color is #b98aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98aab


Comments

No comments written yet.

Please login to write comment.