Color Hex Logo

#b96acd Color Hex

#B96ACD
(185,106,205)
0 Favorites   0 Comments

Color spaces of #b96acd

RGB 185106205
HSL0.800.500.61
HSV288°48°80°
CMYK 0.100.480.00   0.20
XYZ36.181125.030160.6820
Yxy25.03010.29680.2053
Hunter Lab50.030141.5362-36.8924
CIE-Lab57.104747.2624-38.5448

#b96acd color RGB value is (185,106,205).

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

The process color (four color CMYK) of #b96acd color hex is 0.10, 0.48, 0.00, 0.20. Web safe color of #b96acd is #cc66cc. Color #b96acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101010 11001101
Octal 271 152 315
Decimal 185 106 205
Hex B9 6A CD

RGB Percentages of Color #b96acd

%37.30
%21.37
%41.33

CMYK Percentages of Color #b96acd

%10
%48
%0
%20

Triadic Colors of #b96acd

#b96acd #cdb96a #6acdb9

Analogous Colors of #b96acd

#b96acd #cd6ab0 #886acd

Monochromatic Colors of #b96acd

#b96acd

Complementary Color

#b96acd #7ecd6a

#b96acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96acd Color CSS Codes

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

#b96acd Text Font Color

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

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


#b96acd Background Color

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

This div background color is #b96acd


#b96acd Border Color

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

This div border color is #b96acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96acd


Comments

No comments written yet.

Please login to write comment.