Color Hex Logo

#b296ab Color Hex

#B296AB
(178,150,171)
0 Favorites   0 Comments

Color spaces of #b296ab

RGB 178150171
HSL0.880.150.64
HSV315°16°70°
CMYK 0.000.160.04   0.30
XYZ36.617134.217943.2029
Yxy34.21790.32110.3001
Hunter Lab58.49619.3685-2.8420
CIE-Lab65.135214.0983-7.0769

#b296ab color RGB value is (178,150,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010110 10101011
Octal 262 226 253
Decimal 178 150 171
Hex B2 96 AB

RGB Percentages of Color #b296ab

%35.67
%30.06
%34.27

CMYK Percentages of Color #b296ab

%0
%16
%4
%30

Triadic Colors of #b296ab

#b296ab #abb296 #96abb2

Analogous Colors of #b296ab

#b296ab #b2969d #ab96b2

Monochromatic Colors of #b296ab

#b296ab

Complementary Color

#b296ab #96b29d

#b296ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b296ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b296ab Color CSS Codes

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

#b296ab Text Font Color

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

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


#b296ab Background Color

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

This div background color is #b296ab


#b296ab Border Color

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

This div border color is #b296ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b296ab


Comments

No comments written yet.

Please login to write comment.