Color Hex Logo

#b991ac Color Hex

#B991AC
(185,145,172)
0 Favorites   0 Comments

Color spaces of #b991ac

RGB 185145172
HSL0.890.220.65
HSV320°22°73°
CMYK 0.000.220.07   0.27
XYZ37.579433.543643.5236
Yxy33.54360.32780.2926
Hunter Lab57.916814.4654-4.0137
CIE-Lab64.598719.5703-8.3646

#b991ac color RGB value is (185,145,172).

#b991ac hex color red value is 185, green value is 145 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b991ac hue: 0.89 , saturation: 0.22 and the lightness value of b991ac is 0.65.

The process color (four color CMYK) of #b991ac color hex is 0.00, 0.22, 0.07, 0.27. Web safe color of #b991ac is #cc9999. Color #b991ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010001 10101100
Octal 271 221 254
Decimal 185 145 172
Hex B9 91 AC

RGB Percentages of Color #b991ac

%36.85
%28.88
%34.26

CMYK Percentages of Color #b991ac

%0
%22
%7
%27

Triadic Colors of #b991ac

#b991ac #acb991 #91acb9

Analogous Colors of #b991ac

#b991ac #b99198 #b291b9

Monochromatic Colors of #b991ac

#b991ac

Complementary Color

#b991ac #91b99e

#b991ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b991ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b991ac Color CSS Codes

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

#b991ac Text Font Color

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

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


#b991ac Background Color

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

This div background color is #b991ac


#b991ac Border Color

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

This div border color is #b991ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b991ac


Comments

No comments written yet.

Please login to write comment.