Color Hex Logo

#b98bcb Color Hex

#B98BCB
(185,139,203)
0 Favorites   0 Comments

Color spaces of #b98bcb

RGB 185139203
HSL0.790.380.67
HSV283°32°80°
CMYK 0.090.320.00   0.20
XYZ40.019733.091360.7779
Yxy33.09130.29890.2472
Hunter Lab57.525023.5122-22.3751
CIE-Lab64.234828.9164-26.3383

#b98bcb color RGB value is (185,139,203).

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

The process color (four color CMYK) of #b98bcb color hex is 0.09, 0.32, 0.00, 0.20. Web safe color of #b98bcb is #cc99cc. Color #b98bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001011 11001011
Octal 271 213 313
Decimal 185 139 203
Hex B9 8B CB

RGB Percentages of Color #b98bcb

%35.10
%26.38
%38.52

CMYK Percentages of Color #b98bcb

%9
%32
%0
%20

Triadic Colors of #b98bcb

#b98bcb #cbb98b #8bcbb9

Analogous Colors of #b98bcb

#b98bcb #cb8bbd #998bcb

Monochromatic Colors of #b98bcb

#b98bcb

Complementary Color

#b98bcb #9dcb8b

#b98bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98bcb Color CSS Codes

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

#b98bcb Text Font Color

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

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


#b98bcb Background Color

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

This div background color is #b98bcb


#b98bcb Border Color

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

This div border color is #b98bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98bcb


Comments

No comments written yet.

Please login to write comment.