Color Hex Logo

#b56182 Color Hex

#B56182
(181,97,130)
0 Favorites   0 Comments

Color spaces of #b56182

RGB 18197130
HSL0.930.360.55
HSV336°46°71°
CMYK 0.000.460.28   0.29
XYZ27.360019.984923.5345
Yxy19.98490.38600.2820
Hunter Lab44.704531.01260.0801
CIE-Lab51.820137.8101-3.0956

#b56182 color RGB value is (181,97,130).

#b56182 hex color red value is 181, green value is 97 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b56182 hue: 0.93 , saturation: 0.36 and the lightness value of b56182 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100001 10000010
Octal 265 141 202
Decimal 181 97 130
Hex B5 61 82

RGB Percentages of Color #b56182

%44.36
%23.77
%31.86

CMYK Percentages of Color #b56182

%0
%46
%28
%29

Triadic Colors of #b56182

#b56182 #82b561 #6182b5

Analogous Colors of #b56182

#b56182 #b56a61 #b561ac

Monochromatic Colors of #b56182

#b56182

Complementary Color

#b56182 #61b594

#b56182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56182 Color CSS Codes

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

#b56182 Text Font Color

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

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


#b56182 Background Color

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

This div background color is #b56182


#b56182 Border Color

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

This div border color is #b56182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56182


Comments

No comments written yet.

Please login to write comment.