Color Hex Logo

#b98bab Color Hex

#B98BAB
(185,139,171)
0 Favorites   0 Comments

Color spaces of #b98bab

RGB 185139171
HSL0.880.250.64
HSV318°25°73°
CMYK 0.000.250.08   0.27
XYZ36.590931.719842.7221
Yxy31.71980.32960.2857
Hunter Lab56.320317.4095-5.5505
CIE-Lab63.110622.7380-10.0203

#b98bab color RGB value is (185,139,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001011 10101011
Octal 271 213 253
Decimal 185 139 171
Hex B9 8B AB

RGB Percentages of Color #b98bab

%37.37
%28.08
%34.55

CMYK Percentages of Color #b98bab

%0
%25
%8
%27

Triadic Colors of #b98bab

#b98bab #abb98b #8babb9

Analogous Colors of #b98bab

#b98bab #b98b94 #b08bb9

Monochromatic Colors of #b98bab

#b98bab

Complementary Color

#b98bab #8bb999

#b98bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98bab Color CSS Codes

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

#b98bab Text Font Color

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

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


#b98bab Background Color

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

This div background color is #b98bab


#b98bab Border Color

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

This div border color is #b98bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98bab


Comments

No comments written yet.

Please login to write comment.