Color Hex Logo

#b397ab Color Hex

#B397AB
(179,151,171)
0 Favorites   0 Comments

Color spaces of #b397ab

RGB 179151171
HSL0.880.160.65
HSV317°16°70°
CMYK 0.000.160.04   0.30
XYZ37.007734.657243.2671
Yxy34.65720.32200.3015
Hunter Lab58.87049.1874-2.3663
CIE-Lab65.480913.8971-6.5536

#b397ab color RGB value is (179,151,171).

#b397ab hex color red value is 179, green value is 151 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b397ab hue: 0.88 , saturation: 0.16 and the lightness value of b397ab is 0.65.

The process color (four color CMYK) of #b397ab color hex is 0.00, 0.16, 0.04, 0.30. Web safe color of #b397ab is #cc9999. Color #b397ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010111 10101011
Octal 263 227 253
Decimal 179 151 171
Hex B3 97 AB

RGB Percentages of Color #b397ab

%35.73
%30.14
%34.13

CMYK Percentages of Color #b397ab

%0
%16
%4
%30

Triadic Colors of #b397ab

#b397ab #abb397 #97abb3

Analogous Colors of #b397ab

#b397ab #b3979d #ad97b3

Monochromatic Colors of #b397ab

#b397ab

Complementary Color

#b397ab #97b39f

#b397ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b397ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b397ab Color CSS Codes

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

#b397ab Text Font Color

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

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


#b397ab Background Color

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

This div background color is #b397ab


#b397ab Border Color

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

This div border color is #b397ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,151,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b397ab


Comments

No comments written yet.

Please login to write comment.