Color Hex Logo

#b96bef Color Hex

#B96BEF
(185,107,239)
0 Favorites   0 Comments

Color spaces of #b96bef

RGB 185107239
HSL0.770.800.68
HSV275°55°94°
CMYK 0.230.550.00   0.06
XYZ40.845327.061784.7320
Yxy27.06170.26760.1773
Hunter Lab52.020949.1166-60.1574
CIE-Lab59.031453.9042-54.5965

#b96bef color RGB value is (185,107,239).

#b96bef hex color red value is 185, green value is 107 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b96bef hue: 0.77 , saturation: 0.80 and the lightness value of b96bef is 0.68.

The process color (four color CMYK) of #b96bef color hex is 0.23, 0.55, 0.00, 0.06. Web safe color of #b96bef is #cc66ff. Color #b96bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101011 11101111
Octal 271 153 357
Decimal 185 107 239
Hex B9 6B EF

RGB Percentages of Color #b96bef

%34.84
%20.15
%45.01

CMYK Percentages of Color #b96bef

%23
%55
%0
%6

Triadic Colors of #b96bef

#b96bef #efb96b #6befb9

Analogous Colors of #b96bef

#b96bef #ef6be3 #776bef

Monochromatic Colors of #b96bef

#b96bef

Complementary Color

#b96bef #a1ef6b

#b96bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96bef Color CSS Codes

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

#b96bef Text Font Color

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

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


#b96bef Background Color

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

This div background color is #b96bef


#b96bef Border Color

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

This div border color is #b96bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96bef


Comments

No comments written yet.

Please login to write comment.