Color Hex Logo

#b161ab Color Hex

#B161AB
(177,97,171)
0 Favorites   0 Comments

Color spaces of #b161ab

RGB 17797171
HSL0.850.340.54
HSV305°45°69°
CMYK 0.000.450.03   0.31
XYZ29.756820.836840.9816
Yxy20.83680.32490.2275
Hunter Lab45.647336.4785-21.2767
CIE-Lab52.770443.0858-25.8322

#b161ab color RGB value is (177,97,171).

#b161ab hex color red value is 177, green value is 97 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b161ab hue: 0.85 , saturation: 0.34 and the lightness value of b161ab is 0.54.

The process color (four color CMYK) of #b161ab color hex is 0.00, 0.45, 0.03, 0.31. Web safe color of #b161ab is #996699. Color #b161ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100001 10101011
Octal 261 141 253
Decimal 177 97 171
Hex B1 61 AB

RGB Percentages of Color #b161ab

%39.78
%21.80
%38.43

CMYK Percentages of Color #b161ab

%0
%45
%3
%31

Triadic Colors of #b161ab

#b161ab #abb161 #61abb1

Analogous Colors of #b161ab

#b161ab #b16183 #8f61b1

Monochromatic Colors of #b161ab

#b161ab

Complementary Color

#b161ab #61b167

#b161ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b161ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b161ab Color CSS Codes

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

#b161ab Text Font Color

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

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


#b161ab Background Color

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

This div background color is #b161ab


#b161ab Border Color

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

This div border color is #b161ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b161ab


Comments

No comments written yet.

Please login to write comment.