Color Hex Logo

#b96cfb Color Hex

#B96CFB
(185,108,251)
0 Favorites   0 Comments

Color spaces of #b96cfb

RGB 185108251
HSL0.760.950.70
HSV272°57°98°
CMYK 0.260.570.00   0.02
XYZ42.782728.004494.4173
Yxy28.00440.25900.1695
Hunter Lab52.919251.7004-68.7405
CIE-Lab59.892756.0654-59.8694

#b96cfb color RGB value is (185,108,251).

#b96cfb hex color red value is 185, green value is 108 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b96cfb hue: 0.76 , saturation: 0.95 and the lightness value of b96cfb is 0.70.

The process color (four color CMYK) of #b96cfb color hex is 0.26, 0.57, 0.00, 0.02. Web safe color of #b96cfb is #cc66ff. Color #b96cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101100 11111011
Octal 271 154 373
Decimal 185 108 251
Hex B9 6C FB

RGB Percentages of Color #b96cfb

%34.01
%19.85
%46.14

CMYK Percentages of Color #b96cfb

%26
%57
%0
%2

Triadic Colors of #b96cfb

#b96cfb #fbb96c #6cfbb9

Analogous Colors of #b96cfb

#b96cfb #fb6cf6 #726cfb

Monochromatic Colors of #b96cfb

#b96cfb

Complementary Color

#b96cfb #aefb6c

#b96cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96cfb Color CSS Codes

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

#b96cfb Text Font Color

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

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


#b96cfb Background Color

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

This div background color is #b96cfb


#b96cfb Border Color

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

This div border color is #b96cfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,108,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 #b96cfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96cfb


Comments

No comments written yet.

Please login to write comment.