Color Hex Logo

#b98dfb Color Hex

#B98DFB
(185,141,251)
0 Favorites   0 Comments

Color spaces of #b98dfb

RGB 185141251
HSL0.730.930.77
HSV264°44°98°
CMYK 0.260.440.00   0.02
XYZ46.945036.329195.8047
Yxy36.32910.26210.2029
Hunter Lab60.273633.5485-52.0497
CIE-Lab66.770638.4635-48.9406

#b98dfb color RGB value is (185,141,251).

#b98dfb hex color red value is 185, green value is 141 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b98dfb hue: 0.73 , saturation: 0.93 and the lightness value of b98dfb is 0.77.

The process color (four color CMYK) of #b98dfb color hex is 0.26, 0.44, 0.00, 0.02. Web safe color of #b98dfb is #cc99ff. Color #b98dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001101 11111011
Octal 271 215 373
Decimal 185 141 251
Hex B9 8D FB

RGB Percentages of Color #b98dfb

%32.06
%24.44
%43.50

CMYK Percentages of Color #b98dfb

%26
%44
%0
%2

Triadic Colors of #b98dfb

#b98dfb #fbb98d #8dfbb9

Analogous Colors of #b98dfb

#b98dfb #f08dfb #8d98fb

Monochromatic Colors of #b98dfb

#b98dfb

Complementary Color

#b98dfb #cffb8d

#b98dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98dfb Color CSS Codes

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

#b98dfb Text Font Color

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

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


#b98dfb Background Color

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

This div background color is #b98dfb


#b98dfb Border Color

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

This div border color is #b98dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98dfb


Comments

No comments written yet.

Please login to write comment.