Color Hex Logo

#b396ab Color Hex

#B396AB
(179,150,171)
0 Favorites   0 Comments

Color spaces of #b396ab

RGB 179150171
HSL0.880.160.65
HSV317°16°70°
CMYK 0.000.160.04   0.30
XYZ36.847434.336743.2136
Yxy34.33670.32210.3002
Hunter Lab58.59759.6990-2.7060
CIE-Lab65.229014.4552-6.9273

#b396ab color RGB value is (179,150,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010110 10101011
Octal 263 226 253
Decimal 179 150 171
Hex B3 96 AB

RGB Percentages of Color #b396ab

%35.80
%30.00
%34.20

CMYK Percentages of Color #b396ab

%0
%16
%4
%30

Triadic Colors of #b396ab

#b396ab #abb396 #96abb3

Analogous Colors of #b396ab

#b396ab #b3969d #ad96b3

Monochromatic Colors of #b396ab

#b396ab

Complementary Color

#b396ab #96b39e

#b396ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b396ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b396ab Color CSS Codes

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

#b396ab Text Font Color

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

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


#b396ab Background Color

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

This div background color is #b396ab


#b396ab Border Color

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

This div border color is #b396ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b396ab


Comments

No comments written yet.

Please login to write comment.