Color Hex Logo

#b98bef Color Hex

#B98BEF
(185,139,239)
0 Favorites   0 Comments

Color spaces of #b98bef

RGB 185139239
HSL0.740.760.74
HSV268°42°94°
CMYK 0.230.420.00   0.06
XYZ44.820235.011586.0570
Yxy35.01150.27020.2111
Hunter Lab59.170531.6609-44.8114
CIE-Lab65.757636.7746-43.9535

#b98bef color RGB value is (185,139,239).

#b98bef hex color red value is 185, green value is 139 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b98bef hue: 0.74 , saturation: 0.76 and the lightness value of b98bef is 0.74.

The process color (four color CMYK) of #b98bef color hex is 0.23, 0.42, 0.00, 0.06. Web safe color of #b98bef is #cc99ff. Color #b98bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001011 11101111
Octal 271 213 357
Decimal 185 139 239
Hex B9 8B EF

RGB Percentages of Color #b98bef

%32.86
%24.69
%42.45

CMYK Percentages of Color #b98bef

%23
%42
%0
%6

Triadic Colors of #b98bef

#b98bef #efb98b #8befb9

Analogous Colors of #b98bef

#b98bef #eb8bef #8b8fef

Monochromatic Colors of #b98bef

#b98bef

Complementary Color

#b98bef #c1ef8b

#b98bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98bef Color CSS Codes

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

#b98bef Text Font Color

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

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


#b98bef Background Color

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

This div background color is #b98bef


#b98bef Border Color

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

This div border color is #b98bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98bef


Comments

No comments written yet.

Please login to write comment.