Color Hex Logo

#b5506e Color Hex

#B5506E
(181,80,110)
0 Favorites   0 Comments

Color spaces of #b5506e

RGB 18180110
HSL0.950.410.51
HSV342°56°71°
CMYK 0.000.560.39   0.29
XYZ24.739216.686916.6688
Yxy16.68690.42580.2872
Hunter Lab40.849636.61584.4013
CIE-Lab47.863143.96943.1184

#b5506e color RGB value is (181,80,110).

#b5506e hex color red value is 181, green value is 80 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b5506e hue: 0.95 , saturation: 0.41 and the lightness value of b5506e is 0.51.

The process color (four color CMYK) of #b5506e color hex is 0.00, 0.56, 0.39, 0.29. Web safe color of #b5506e is #cc6666. Color #b5506e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010000 01101110
Octal 265 120 156
Decimal 181 80 110
Hex B5 50 6E

RGB Percentages of Color #b5506e

%48.79
%21.56
%29.65

CMYK Percentages of Color #b5506e

%0
%56
%39
%29

Triadic Colors of #b5506e

#b5506e #6eb550 #506eb5

Analogous Colors of #b5506e

#b5506e #b56550 #b550a1

Monochromatic Colors of #b5506e

#b5506e

Complementary Color

#b5506e #50b597

#b5506e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5506e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5506e Color CSS Codes

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

#b5506e Text Font Color

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

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


#b5506e Background Color

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

This div background color is #b5506e


#b5506e Border Color

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

This div border color is #b5506e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5506e


Comments

No comments written yet.

Please login to write comment.