Color Hex Logo

#b56bab Color Hex

#B56BAB
(181,107,171)
0 Favorites   0 Comments

Color spaces of #b56bab

RGB 181107171
HSL0.860.330.56
HSV308°41°71°
CMYK 0.000.410.06   0.29
XYZ31.664423.279441.3526
Yxy23.27940.32880.2417
Hunter Lab48.248732.7097-17.0416
CIE-Lab55.359039.0334-21.8036

#b56bab color RGB value is (181,107,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101011 10101011
Octal 265 153 253
Decimal 181 107 171
Hex B5 6B AB

RGB Percentages of Color #b56bab

%39.43
%23.31
%37.25

CMYK Percentages of Color #b56bab

%0
%41
%6
%29

Triadic Colors of #b56bab

#b56bab #abb56b #6babb5

Analogous Colors of #b56bab

#b56bab #b56b86 #9a6bb5

Monochromatic Colors of #b56bab

#b56bab

Complementary Color

#b56bab #6bb575

#b56bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56bab Color CSS Codes

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

#b56bab Text Font Color

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

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


#b56bab Background Color

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

This div background color is #b56bab


#b56bab Border Color

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

This div border color is #b56bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56bab


Comments

No comments written yet.

Please login to write comment.