Color Hex Logo

#b98dbc Color Hex

#B98DBC
(185,141,188)
0 Favorites   0 Comments

Color spaces of #b98dbc

RGB 185141188
HSL0.820.260.65
HSV296°25°74°
CMYK 0.020.250.00   0.26
XYZ38.609632.994951.9107
Yxy32.99490.31260.2671
Hunter Lab57.441219.4583-13.3727
CIE-Lab64.156824.7983-18.0399

#b98dbc color RGB value is (185,141,188).

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

The process color (four color CMYK) of #b98dbc color hex is 0.02, 0.25, 0.00, 0.26. Web safe color of #b98dbc is #cc99cc. Color #b98dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001101 10111100
Octal 271 215 274
Decimal 185 141 188
Hex B9 8D BC

RGB Percentages of Color #b98dbc

%35.99
%27.43
%36.58

CMYK Percentages of Color #b98dbc

%2
%25
%0
%26

Triadic Colors of #b98dbc

#b98dbc #bcb98d #8dbcb9

Analogous Colors of #b98dbc

#b98dbc #bc8da8 #a28dbc

Monochromatic Colors of #b98dbc

#b98dbc

Complementary Color

#b98dbc #90bc8d

#b98dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98dbc Color CSS Codes

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

#b98dbc Text Font Color

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

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


#b98dbc Background Color

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

This div background color is #b98dbc


#b98dbc Border Color

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

This div border color is #b98dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98dbc


Comments

No comments written yet.

Please login to write comment.