Color Hex Logo

#b56cac Color Hex

#B56CAC
(181,108,172)
0 Favorites   0 Comments

Color spaces of #b56cac

RGB 181108172
HSL0.850.330.57
HSV307°40°71°
CMYK 0.000.400.05   0.29
XYZ31.865023.527441.8915
Yxy23.52740.32750.2418
Hunter Lab48.505132.3803-17.2524
CIE-Lab55.611538.6755-21.9947

#b56cac color RGB value is (181,108,172).

#b56cac hex color red value is 181, green value is 108 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b56cac hue: 0.85 , saturation: 0.33 and the lightness value of b56cac is 0.57.

The process color (four color CMYK) of #b56cac color hex is 0.00, 0.40, 0.05, 0.29. Web safe color of #b56cac is #cc6699. Color #b56cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101100 10101100
Octal 265 154 254
Decimal 181 108 172
Hex B5 6C AC

RGB Percentages of Color #b56cac

%39.26
%23.43
%37.31

CMYK Percentages of Color #b56cac

%0
%40
%5
%29

Triadic Colors of #b56cac

#b56cac #acb56c #6cacb5

Analogous Colors of #b56cac

#b56cac #b56c88 #9a6cb5

Monochromatic Colors of #b56cac

#b56cac

Complementary Color

#b56cac #6cb575

#b56cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56cac Color CSS Codes

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

#b56cac Text Font Color

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

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


#b56cac Background Color

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

This div background color is #b56cac


#b56cac Border Color

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

This div border color is #b56cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56cac


Comments

No comments written yet.

Please login to write comment.