Color Hex Logo

#b597aa Color Hex

#B597AA
(181,151,170)
0 Favorites   0 Comments

Color spaces of #b597aa

RGB 181151170
HSL0.890.170.65
HSV322°17°71°
CMYK 0.000.170.06   0.29
XYZ37.378434.859342.7887
Yxy34.85930.32500.3031
Hunter Lab59.04189.6824-1.6394
CIE-Lab65.639014.4308-5.7371

#b597aa color RGB value is (181,151,170).

#b597aa hex color red value is 181, green value is 151 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b597aa hue: 0.89 , saturation: 0.17 and the lightness value of b597aa is 0.65.

The process color (four color CMYK) of #b597aa color hex is 0.00, 0.17, 0.06, 0.29. Web safe color of #b597aa is #cc9999. Color #b597aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010111 10101010
Octal 265 227 252
Decimal 181 151 170
Hex B5 97 AA

RGB Percentages of Color #b597aa

%36.06
%30.08
%33.86

CMYK Percentages of Color #b597aa

%0
%17
%6
%29

Triadic Colors of #b597aa

#b597aa #aab597 #97aab5

Analogous Colors of #b597aa

#b597aa #b5979b #b197b5

Monochromatic Colors of #b597aa

#b597aa

Complementary Color

#b597aa #97b5a2

#b597aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b597aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b597aa Color CSS Codes

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

#b597aa Text Font Color

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

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


#b597aa Background Color

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

This div background color is #b597aa


#b597aa Border Color

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

This div border color is #b597aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,151,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 #b597aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b597aa


Comments

No comments written yet.

Please login to write comment.