Color Hex Logo

#b56dac Color Hex

#B56DAC
(181,109,172)
0 Favorites   0 Comments

Color spaces of #b56dac

RGB 181109172
HSL0.850.330.57
HSV308°40°71°
CMYK 0.000.400.05   0.29
XYZ31.971123.739641.9269
Yxy23.73960.32740.2431
Hunter Lab48.723331.8618-16.9133
CIE-Lab55.826138.1353-21.6656

#b56dac color RGB value is (181,109,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101101 10101100
Octal 265 155 254
Decimal 181 109 172
Hex B5 6D AC

RGB Percentages of Color #b56dac

%39.18
%23.59
%37.23

CMYK Percentages of Color #b56dac

%0
%40
%5
%29

Triadic Colors of #b56dac

#b56dac #acb56d #6dacb5

Analogous Colors of #b56dac

#b56dac #b56d88 #9a6db5

Monochromatic Colors of #b56dac

#b56dac

Complementary Color

#b56dac #6db576

#b56dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56dac Color CSS Codes

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

#b56dac Text Font Color

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

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


#b56dac Background Color

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

This div background color is #b56dac


#b56dac Border Color

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

This div border color is #b56dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56dac


Comments

No comments written yet.

Please login to write comment.