Color Hex Logo

#b96aec Color Hex

#B96AEC
(185,106,236)
0 Favorites   0 Comments

Color spaces of #b96aec

RGB 185106236
HSL0.770.770.67
HSV276°55°93°
CMYK 0.220.550.00   0.07
XYZ40.301926.678582.3822
Yxy26.67850.26980.1786
Hunter Lab51.651248.8885-58.4099
CIE-Lab58.675653.7573-53.4935

#b96aec color RGB value is (185,106,236).

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

The process color (four color CMYK) of #b96aec color hex is 0.22, 0.55, 0.00, 0.07. Web safe color of #b96aec is #cc66ff. Color #b96aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101010 11101100
Octal 271 152 354
Decimal 185 106 236
Hex B9 6A EC

RGB Percentages of Color #b96aec

%35.10
%20.11
%44.78

CMYK Percentages of Color #b96aec

%22
%55
%0
%7

Triadic Colors of #b96aec

#b96aec #ecb96a #6aecb9

Analogous Colors of #b96aec

#b96aec #ec6ade #786aec

Monochromatic Colors of #b96aec

#b96aec

Complementary Color

#b96aec #9dec6a

#b96aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96aec Color CSS Codes

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

#b96aec Text Font Color

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

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


#b96aec Background Color

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

This div background color is #b96aec


#b96aec Border Color

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

This div border color is #b96aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96aec


Comments

No comments written yet.

Please login to write comment.