Color Hex Logo

#b96aaf Color Hex

#B96AAF
(185,106,175)
0 Favorites   0 Comments

Color spaces of #b96aaf

RGB 185106175
HSL0.850.360.57
HSV308°43°73°
CMYK 0.000.430.05   0.27
XYZ32.899523.717543.4014
Yxy23.71750.32890.2371
Hunter Lab48.700635.3589-18.7481
CIE-Lab55.803841.5653-23.3901

#b96aaf color RGB value is (185,106,175).

#b96aaf hex color red value is 185, green value is 106 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b96aaf hue: 0.85 , saturation: 0.36 and the lightness value of b96aaf is 0.57.

The process color (four color CMYK) of #b96aaf color hex is 0.00, 0.43, 0.05, 0.27. Web safe color of #b96aaf is #cc6699. Color #b96aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101010 10101111
Octal 271 152 257
Decimal 185 106 175
Hex B9 6A AF

RGB Percentages of Color #b96aaf

%39.70
%22.75
%37.55

CMYK Percentages of Color #b96aaf

%0
%43
%5
%27

Triadic Colors of #b96aaf

#b96aaf #afb96a #6aafb9

Analogous Colors of #b96aaf

#b96aaf #b96a88 #9c6ab9

Monochromatic Colors of #b96aaf

#b96aaf

Complementary Color

#b96aaf #6ab974

#b96aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96aaf Color CSS Codes

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

#b96aaf Text Font Color

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

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


#b96aaf Background Color

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

This div background color is #b96aaf


#b96aaf Border Color

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

This div border color is #b96aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96aaf


Comments

No comments written yet.

Please login to write comment.