Color Hex Logo

#b56eac Color Hex

#B56EAC
(181,110,172)
0 Favorites   0 Comments

Color spaces of #b56eac

RGB 181110172
HSL0.850.320.57
HSV308°39°71°
CMYK 0.000.390.05   0.29
XYZ32.078423.954241.9626
Yxy23.95420.32730.2444
Hunter Lab48.943031.3428-16.5737
CIE-Lab56.041937.5938-21.3349

#b56eac color RGB value is (181,110,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101110 10101100
Octal 265 156 254
Decimal 181 110 172
Hex B5 6E AC

RGB Percentages of Color #b56eac

%39.09
%23.76
%37.15

CMYK Percentages of Color #b56eac

%0
%39
%5
%29

Triadic Colors of #b56eac

#b56eac #acb56e #6eacb5

Analogous Colors of #b56eac

#b56eac #b56e89 #9b6eb5

Monochromatic Colors of #b56eac

#b56eac

Complementary Color

#b56eac #6eb577

#b56eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56eac Color CSS Codes

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

#b56eac Text Font Color

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

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


#b56eac Background Color

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

This div background color is #b56eac


#b56eac Border Color

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

This div border color is #b56eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56eac


Comments

No comments written yet.

Please login to write comment.