Color Hex Logo

#b56eab Color Hex

#B56EAB
(181,110,171)
0 Favorites   0 Comments

Color spaces of #b56eab

RGB 181110171
HSL0.860.320.57
HSV308°39°71°
CMYK 0.000.390.06   0.29
XYZ31.982723.915941.4586
Yxy23.91590.32850.2457
Hunter Lab48.903931.1556-16.0308
CIE-Lab56.003537.4129-20.8160

#b56eab color RGB value is (181,110,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101110 10101011
Octal 265 156 253
Decimal 181 110 171
Hex B5 6E AB

RGB Percentages of Color #b56eab

%39.18
%23.81
%37.01

CMYK Percentages of Color #b56eab

%0
%39
%6
%29

Triadic Colors of #b56eab

#b56eab #abb56e #6eabb5

Analogous Colors of #b56eab

#b56eab #b56e88 #9c6eb5

Monochromatic Colors of #b56eab

#b56eab

Complementary Color

#b56eab #6eb578

#b56eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56eab Color CSS Codes

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

#b56eab Text Font Color

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

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


#b56eab Background Color

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

This div background color is #b56eab


#b56eab Border Color

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

This div border color is #b56eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56eab


Comments

No comments written yet.

Please login to write comment.