Color Hex Logo

#b98bc8 Color Hex

#B98BC8
(185,139,200)
0 Favorites   0 Comments

Color spaces of #b98bc8

RGB 185139200
HSL0.790.360.66
HSV285°31°78°
CMYK 0.080.310.00   0.22
XYZ39.665532.949758.9129
Yxy32.94970.30160.2505
Hunter Lab57.401822.8929-20.6695
CIE-Lab64.120228.3015-24.8340

#b98bc8 color RGB value is (185,139,200).

#b98bc8 hex color red value is 185, green value is 139 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #b98bc8 hue: 0.79 , saturation: 0.36 and the lightness value of b98bc8 is 0.66.

The process color (four color CMYK) of #b98bc8 color hex is 0.08, 0.31, 0.00, 0.22. Web safe color of #b98bc8 is #cc99cc. Color #b98bc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001011 11001000
Octal 271 213 310
Decimal 185 139 200
Hex B9 8B C8

RGB Percentages of Color #b98bc8

%35.31
%26.53
%38.17

CMYK Percentages of Color #b98bc8

%8
%31
%0
%22

Triadic Colors of #b98bc8

#b98bc8 #c8b98b #8bc8b9

Analogous Colors of #b98bc8

#b98bc8 #c88bb9 #9b8bc8

Monochromatic Colors of #b98bc8

#b98bc8

Complementary Color

#b98bc8 #9ac88b

#b98bc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98bc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98bc8 Color CSS Codes

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

#b98bc8 Text Font Color

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

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


#b98bc8 Background Color

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

This div background color is #b98bc8


#b98bc8 Border Color

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

This div border color is #b98bc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98bc8


Comments

No comments written yet.

Please login to write comment.