Color Hex Logo

#b98cbf Color Hex

#B98CBF
(185,140,191)
0 Favorites   0 Comments

Color spaces of #b98cbf

RGB 185140191
HSL0.810.280.65
HSV293°27°75°
CMYK 0.030.270.00   0.25
XYZ38.789632.832053.5830
Yxy32.83200.30980.2622
Hunter Lab57.299220.5647-15.3352
CIE-Lab64.024625.9424-19.9277

#b98cbf color RGB value is (185,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001100 10111111
Octal 271 214 277
Decimal 185 140 191
Hex B9 8C BF

RGB Percentages of Color #b98cbf

%35.85
%27.13
%37.02

CMYK Percentages of Color #b98cbf

%3
%27
%0
%25

Triadic Colors of #b98cbf

#b98cbf #bfb98c #8cbfb9

Analogous Colors of #b98cbf

#b98cbf #bf8cac #a08cbf

Monochromatic Colors of #b98cbf

#b98cbf

Complementary Color

#b98cbf #92bf8c

#b98cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98cbf Color CSS Codes

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

#b98cbf Text Font Color

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

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


#b98cbf Background Color

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

This div background color is #b98cbf


#b98cbf Border Color

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

This div border color is #b98cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98cbf


Comments

No comments written yet.

Please login to write comment.