Color Hex Logo

#b5536f Color Hex

#B5536F
(181,83,111)
0 Favorites   0 Comments

Color spaces of #b5536f

RGB 18183111
HSL0.950.400.52
HSV343°54°71°
CMYK 0.000.540.39   0.29
XYZ25.018617.158017.0321
Yxy17.15800.42250.2898
Hunter Lab41.422235.32334.6165
CIE-Lab48.458542.60033.3733

#b5536f color RGB value is (181,83,111).

#b5536f hex color red value is 181, green value is 83 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b5536f hue: 0.95 , saturation: 0.40 and the lightness value of b5536f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010011 01101111
Octal 265 123 157
Decimal 181 83 111
Hex B5 53 6F

RGB Percentages of Color #b5536f

%48.27
%22.13
%29.60

CMYK Percentages of Color #b5536f

%0
%54
%39
%29

Triadic Colors of #b5536f

#b5536f #6fb553 #536fb5

Analogous Colors of #b5536f

#b5536f #b56853 #b553a0

Monochromatic Colors of #b5536f

#b5536f

Complementary Color

#b5536f #53b599

#b5536f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5536f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5536f Color CSS Codes

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

#b5536f Text Font Color

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

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


#b5536f Background Color

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

This div background color is #b5536f


#b5536f Border Color

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

This div border color is #b5536f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5536f


Comments

No comments written yet.

Please login to write comment.