Color Hex Logo

#b96aca Color Hex

#B96ACA
(185,106,202)
0 Favorites   0 Comments

Color spaces of #b96aca

RGB 185106202
HSL0.800.480.60
HSV289°48°79°
CMYK 0.080.480.00   0.21
XYZ35.822324.886658.7927
Yxy24.88660.29980.2083
Hunter Lab49.886540.8753-34.9545
CIE-Lab56.964846.6640-37.0599

#b96aca color RGB value is (185,106,202).

#b96aca hex color red value is 185, green value is 106 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b96aca hue: 0.80 , saturation: 0.48 and the lightness value of b96aca is 0.60.

The process color (four color CMYK) of #b96aca color hex is 0.08, 0.48, 0.00, 0.21. Web safe color of #b96aca is #cc66cc. Color #b96aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101010 11001010
Octal 271 152 312
Decimal 185 106 202
Hex B9 6A CA

RGB Percentages of Color #b96aca

%37.53
%21.50
%40.97

CMYK Percentages of Color #b96aca

%8
%48
%0
%21

Triadic Colors of #b96aca

#b96aca #cab96a #6acab9

Analogous Colors of #b96aca

#b96aca #ca6aab #896aca

Monochromatic Colors of #b96aca

#b96aca

Complementary Color

#b96aca #7bca6a

#b96aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96aca Color CSS Codes

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

#b96aca Text Font Color

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

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


#b96aca Background Color

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

This div background color is #b96aca


#b96aca Border Color

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

This div border color is #b96aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96aca


Comments

No comments written yet.

Please login to write comment.