Color Hex Logo

#b16caa Color Hex

#B16CAA
(177,108,170)
0 Favorites   0 Comments

Color spaces of #b16caa

RGB 177108170
HSL0.850.310.56
HSV306°39°69°
CMYK 0.000.390.04   0.31
XYZ30.749722.974540.8440
Yxy22.97450.32520.2429
Hunter Lab47.931730.6328-16.9705
CIE-Lab55.046137.0119-21.7469

#b16caa color RGB value is (177,108,170).

#b16caa hex color red value is 177, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b16caa hue: 0.85 , saturation: 0.31 and the lightness value of b16caa is 0.56.

The process color (four color CMYK) of #b16caa color hex is 0.00, 0.39, 0.04, 0.31. Web safe color of #b16caa is #996699. Color #b16caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01101100 10101010
Octal 261 154 252
Decimal 177 108 170
Hex B1 6C AA

RGB Percentages of Color #b16caa

%38.90
%23.74
%37.36

CMYK Percentages of Color #b16caa

%0
%39
%4
%31

Triadic Colors of #b16caa

#b16caa #aab16c #6caab1

Analogous Colors of #b16caa

#b16caa #b16c88 #966cb1

Monochromatic Colors of #b16caa

#b16caa

Complementary Color

#b16caa #6cb173

#b16caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b16caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b16caa Color CSS Codes

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

#b16caa Text Font Color

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

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


#b16caa Background Color

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

This div background color is #b16caa


#b16caa Border Color

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

This div border color is #b16caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,108,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b16caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b16caa


Comments

No comments written yet.

Please login to write comment.