Color Hex Logo

#b168ab Color Hex

#B168AB
(177,104,171)
0 Favorites   0 Comments

Color spaces of #b168ab

RGB 177104171
HSL0.850.320.55
HSV305°41°69°
CMYK 0.000.410.03   0.31
XYZ30.432522.188041.2068
Yxy22.18800.32430.2365
Hunter Lab47.104132.8910-18.8941
CIE-Lab54.225939.3627-23.5868

#b168ab color RGB value is (177,104,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101000 10101011
Octal 261 150 253
Decimal 177 104 171
Hex B1 68 AB

RGB Percentages of Color #b168ab

%39.16
%23.01
%37.83

CMYK Percentages of Color #b168ab

%0
%41
%3
%31

Triadic Colors of #b168ab

#b168ab #abb168 #68abb1

Analogous Colors of #b168ab

#b168ab #b16887 #9368b1

Monochromatic Colors of #b168ab

#b168ab

Complementary Color

#b168ab #68b16e

#b168ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b168ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b168ab Color CSS Codes

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

#b168ab Text Font Color

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

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


#b168ab Background Color

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

This div background color is #b168ab


#b168ab Border Color

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

This div border color is #b168ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b168ab


Comments

No comments written yet.

Please login to write comment.