Color Hex Logo

#b96abf Color Hex

#B96ABF
(185,106,191)
0 Favorites   0 Comments

Color spaces of #b96abf

RGB 185106191
HSL0.820.400.58
HSV296°45°75°
CMYK 0.030.450.00   0.25
XYZ34.565624.383952.1750
Yxy24.38390.31110.2194
Hunter Lab49.380138.5333-28.0798
CIE-Lab56.470144.5222-31.5574

#b96abf color RGB value is (185,106,191).

#b96abf hex color red value is 185, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b96abf hue: 0.82 , saturation: 0.40 and the lightness value of b96abf is 0.58.

The process color (four color CMYK) of #b96abf color hex is 0.03, 0.45, 0.00, 0.25. Web safe color of #b96abf is #cc66cc. Color #b96abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101010 10111111
Octal 271 152 277
Decimal 185 106 191
Hex B9 6A BF

RGB Percentages of Color #b96abf

%38.38
%21.99
%39.63

CMYK Percentages of Color #b96abf

%3
%45
%0
%25

Triadic Colors of #b96abf

#b96abf #bfb96a #6abfb9

Analogous Colors of #b96abf

#b96abf #bf6a9b #8f6abf

Monochromatic Colors of #b96abf

#b96abf

Complementary Color

#b96abf #70bf6a

#b96abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96abf Color CSS Codes

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

#b96abf Text Font Color

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

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


#b96abf Background Color

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

This div background color is #b96abf


#b96abf Border Color

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

This div border color is #b96abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96abf


Comments

No comments written yet.

Please login to write comment.