Color Hex Logo

#b167ab Color Hex

#B167AB
(177,103,171)
0 Favorites   0 Comments

Color spaces of #b167ab

RGB 177103171
HSL0.850.320.55
HSV305°42°69°
CMYK 0.000.420.03   0.31
XYZ30.332421.987941.1735
Yxy21.98790.32440.2352
Hunter Lab46.891333.4060-19.2365
CIE-Lab54.014239.9000-23.9129

#b167ab color RGB value is (177,103,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100111 10101011
Octal 261 147 253
Decimal 177 103 171
Hex B1 67 AB

RGB Percentages of Color #b167ab

%39.25
%22.84
%37.92

CMYK Percentages of Color #b167ab

%0
%42
%3
%31

Triadic Colors of #b167ab

#b167ab #abb167 #67abb1

Analogous Colors of #b167ab

#b167ab #b16786 #9267b1

Monochromatic Colors of #b167ab

#b167ab

Complementary Color

#b167ab #67b16d

#b167ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b167ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b167ab Color CSS Codes

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

#b167ab Text Font Color

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

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


#b167ab Background Color

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

This div background color is #b167ab


#b167ab Border Color

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

This div border color is #b167ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b167ab


Comments

No comments written yet.

Please login to write comment.