Color Hex Logo

#b98bba Color Hex

#B98BBA
(185,139,186)
0 Favorites   0 Comments

Color spaces of #b98bba

RGB 185139186
HSL0.830.250.64
HSV299°25°73°
CMYK 0.010.250.00   0.27
XYZ38.103132.324750.6854
Yxy32.32470.31460.2669
Hunter Lab56.854820.1316-13.0580
CIE-Lab63.610325.5272-17.7429

#b98bba color RGB value is (185,139,186).

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

The process color (four color CMYK) of #b98bba color hex is 0.01, 0.25, 0.00, 0.27. Web safe color of #b98bba is #cc99cc. Color #b98bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001011 10111010
Octal 271 213 272
Decimal 185 139 186
Hex B9 8B BA

RGB Percentages of Color #b98bba

%36.27
%27.25
%36.47

CMYK Percentages of Color #b98bba

%1
%25
%0
%27

Triadic Colors of #b98bba

#b98bba #bab98b #8bbab9

Analogous Colors of #b98bba

#b98bba #ba8ba4 #a28bba

Monochromatic Colors of #b98bba

#b98bba

Complementary Color

#b98bba #8cba8b

#b98bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98bba Color CSS Codes

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

#b98bba Text Font Color

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

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


#b98bba Background Color

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

This div background color is #b98bba


#b98bba Border Color

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

This div border color is #b98bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98bba


Comments

No comments written yet.

Please login to write comment.