Color Hex Logo

#b96beb Color Hex

#B96BEB
(185,107,235)
0 Favorites   0 Comments

Color spaces of #b96beb

RGB 185107235
HSL0.770.760.67
HSV277°54°92°
CMYK 0.210.540.00   0.08
XYZ40.260726.827881.6536
Yxy26.82780.27070.1804
Hunter Lab51.795648.1059-57.2114
CIE-Lab58.814653.0299-52.7150

#b96beb color RGB value is (185,107,235).

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

The process color (four color CMYK) of #b96beb color hex is 0.21, 0.54, 0.00, 0.08. Web safe color of #b96beb is #cc66ff. Color #b96beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101011 11101011
Octal 271 153 353
Decimal 185 107 235
Hex B9 6B EB

RGB Percentages of Color #b96beb

%35.10
%20.30
%44.59

CMYK Percentages of Color #b96beb

%21
%54
%0
%8

Triadic Colors of #b96beb

#b96beb #ebb96b #6bebb9

Analogous Colors of #b96beb

#b96beb #eb6bdd #796beb

Monochromatic Colors of #b96beb

#b96beb

Complementary Color

#b96beb #9deb6b

#b96beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96beb Color CSS Codes

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

#b96beb Text Font Color

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

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


#b96beb Background Color

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

This div background color is #b96beb


#b96beb Border Color

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

This div border color is #b96beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96beb

#b96beb Color Palettes


Comments

No comments written yet.

Please login to write comment.