Color Hex Logo

#b976aa Color Hex

#B976AA
(185,118,170)
0 Favorites   0 Comments

Color spaces of #b976aa

RGB 185118170
HSL0.870.320.59
HSV313°36°73°
CMYK 0.000.360.08   0.27
XYZ33.741726.173441.3038
Yxy26.17340.33340.2586
Hunter Lab51.159928.1968-12.0556
CIE-Lab58.201334.2019-16.8461

#b976aa color RGB value is (185,118,170).

#b976aa hex color red value is 185, green value is 118 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b976aa hue: 0.87 , saturation: 0.32 and the lightness value of b976aa is 0.59.

The process color (four color CMYK) of #b976aa color hex is 0.00, 0.36, 0.08, 0.27. Web safe color of #b976aa is #cc6699. Color #b976aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110110 10101010
Octal 271 166 252
Decimal 185 118 170
Hex B9 76 AA

RGB Percentages of Color #b976aa

%39.11
%24.95
%35.94

CMYK Percentages of Color #b976aa

%0
%36
%8
%27

Triadic Colors of #b976aa

#b976aa #aab976 #76aab9

Analogous Colors of #b976aa

#b976aa #b97689 #a776b9

Monochromatic Colors of #b976aa

#b976aa

Complementary Color

#b976aa #76b985

#b976aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b976aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b976aa Color CSS Codes

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

#b976aa Text Font Color

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

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


#b976aa Background Color

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

This div background color is #b976aa


#b976aa Border Color

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

This div border color is #b976aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b976aa


Comments

No comments written yet.

Please login to write comment.