Color Hex Logo

#b56d8a Color Hex

#B56D8A
(181,109,138)
2 Favorites   0 Comments

Color spaces of #b56d8a

RGB 181109138
HSL0.930.330.57
HSV336°40°71°
CMYK 0.000.400.24   0.29
XYZ29.112122.596026.8718
Yxy22.59600.37050.2876
Hunter Lab47.535326.1324-0.2421
CIE-Lab54.653732.4982-3.6346

#b56d8a color RGB value is (181,109,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101101 10001010
Octal 265 155 212
Decimal 181 109 138
Hex B5 6D 8A

RGB Percentages of Color #b56d8a

%42.29
%25.47
%32.24

CMYK Percentages of Color #b56d8a

%0
%40
%24
%29

Triadic Colors of #b56d8a

#b56d8a #8ab56d #6d8ab5

Analogous Colors of #b56d8a

#b56d8a #b5746d #b56dae

Monochromatic Colors of #b56d8a

#b56d8a

Complementary Color

#b56d8a #6db598

#b56d8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56d8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56d8a Color CSS Codes

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

#b56d8a Text Font Color

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

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


#b56d8a Background Color

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

This div background color is #b56d8a


#b56d8a Border Color

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

This div border color is #b56d8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56d8a


Comments

No comments written yet.

Please login to write comment.