Color Hex Logo

#b56baa Color Hex

#B56BAA
(181,107,170)
0 Favorites   0 Comments

Color spaces of #b56baa

RGB 181107170
HSL0.860.330.56
HSV309°41°71°
CMYK 0.000.410.06   0.29
XYZ31.569423.241440.8524
Yxy23.24140.33000.2430
Hunter Lab48.209332.5226-16.4956
CIE-Lab55.320138.8539-21.2843

#b56baa color RGB value is (181,107,170).

#b56baa hex color red value is 181, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b56baa hue: 0.86 , saturation: 0.33 and the lightness value of b56baa is 0.56.

The process color (four color CMYK) of #b56baa color hex is 0.00, 0.41, 0.06, 0.29. Web safe color of #b56baa is #cc6699. Color #b56baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101011 10101010
Octal 265 153 252
Decimal 181 107 170
Hex B5 6B AA

RGB Percentages of Color #b56baa

%39.52
%23.36
%37.12

CMYK Percentages of Color #b56baa

%0
%41
%6
%29

Triadic Colors of #b56baa

#b56baa #aab56b #6baab5

Analogous Colors of #b56baa

#b56baa #b56b85 #9b6bb5

Monochromatic Colors of #b56baa

#b56baa

Complementary Color

#b56baa #6bb576

#b56baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56baa Color CSS Codes

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

#b56baa Text Font Color

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

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


#b56baa Background Color

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

This div background color is #b56baa


#b56baa Border Color

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

This div border color is #b56baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56baa


Comments

No comments written yet.

Please login to write comment.