Color Hex Logo

#b96aef Color Hex

#B96AEF
(185,106,239)
0 Favorites   0 Comments

Color spaces of #b96aef

RGB 185106239
HSL0.770.810.68
HSV276°56°94°
CMYK 0.230.560.00   0.06
XYZ40.741626.854484.6974
Yxy26.85440.26750.1763
Hunter Lab51.821249.6487-60.6296
CIE-Lab58.839354.4126-54.9027

#b96aef color RGB value is (185,106,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101010 11101111
Octal 271 152 357
Decimal 185 106 239
Hex B9 6A EF

RGB Percentages of Color #b96aef

%34.91
%20.00
%45.09

CMYK Percentages of Color #b96aef

%23
%56
%0
%6

Triadic Colors of #b96aef

#b96aef #efb96a #6aefb9

Analogous Colors of #b96aef

#b96aef #ef6ae3 #776aef

Monochromatic Colors of #b96aef

#b96aef

Complementary Color

#b96aef #a0ef6a

#b96aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96aef Color CSS Codes

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

#b96aef Text Font Color

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

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


#b96aef Background Color

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

This div background color is #b96aef


#b96aef Border Color

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

This div border color is #b96aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96aef


Comments

No comments written yet.

Please login to write comment.