Color Hex Logo

#b56782 Color Hex

#B56782
(181,103,130)
0 Favorites   0 Comments

Color spaces of #b56782

RGB 181103130
HSL0.940.350.56
HSV339°43°71°
CMYK 0.000.430.28   0.29
XYZ27.935621.136023.7264
Yxy21.13600.38370.2903
Hunter Lab45.973928.00951.5831
CIE-Lab53.098034.6011-1.2177

#b56782 color RGB value is (181,103,130).

#b56782 hex color red value is 181, green value is 103 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b56782 hue: 0.94 , saturation: 0.35 and the lightness value of b56782 is 0.56.

The process color (four color CMYK) of #b56782 color hex is 0.00, 0.43, 0.28, 0.29. Web safe color of #b56782 is #cc6699. Color #b56782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100111 10000010
Octal 265 147 202
Decimal 181 103 130
Hex B5 67 82

RGB Percentages of Color #b56782

%43.72
%24.88
%31.40

CMYK Percentages of Color #b56782

%0
%43
%28
%29

Triadic Colors of #b56782

#b56782 #82b567 #6782b5

Analogous Colors of #b56782

#b56782 #b57367 #b567a9

Monochromatic Colors of #b56782

#b56782

Complementary Color

#b56782 #67b59a

#b56782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56782 Color CSS Codes

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

#b56782 Text Font Color

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

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


#b56782 Background Color

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

This div background color is #b56782


#b56782 Border Color

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

This div border color is #b56782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56782


Comments

No comments written yet.

Please login to write comment.