Color Hex Logo

#b98bbe Color Hex

#B98BBE
(185,139,190)
0 Favorites   0 Comments

Color spaces of #b98bbe

RGB 185139190
HSL0.820.280.65
HSV294°27°75°
CMYK 0.030.270.00   0.25
XYZ38.534532.497252.9568
Yxy32.49720.31080.2621
Hunter Lab57.006320.8994-15.1738
CIE-Lab63.751726.3040-19.7808

#b98bbe color RGB value is (185,139,190).

#b98bbe hex color red value is 185, green value is 139 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b98bbe hue: 0.82 , saturation: 0.28 and the lightness value of b98bbe is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001011 10111110
Octal 271 213 276
Decimal 185 139 190
Hex B9 8B BE

RGB Percentages of Color #b98bbe

%35.99
%27.04
%36.96

CMYK Percentages of Color #b98bbe

%3
%27
%0
%25

Triadic Colors of #b98bbe

#b98bbe #beb98b #8bbeb9

Analogous Colors of #b98bbe

#b98bbe #be8baa #a08bbe

Monochromatic Colors of #b98bbe

#b98bbe

Complementary Color

#b98bbe #90be8b

#b98bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98bbe Color CSS Codes

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

#b98bbe Text Font Color

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

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


#b98bbe Background Color

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

This div background color is #b98bbe


#b98bbe Border Color

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

This div border color is #b98bbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,139,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98bbe


Comments

No comments written yet.

Please login to write comment.