Color Hex Logo

#b0524c Color Hex

#B0524C
(176,82,76)
0 Favorites   0 Comments

Color spaces of #b0524c

RGB 1768276
HSL0.010.400.49
HSV57°69°
CMYK 0.000.530.57   0.31
XYZ22.226315.78658.7131
Yxy15.78650.47570.3379
Hunter Lab39.732230.321914.8105
CIE-Lab46.693137.815121.9061

#b0524c color RGB value is (176,82,76).

#b0524c hex color red value is 176, green value is 82 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #b0524c hue: 0.01 , saturation: 0.40 and the lightness value of b0524c is 0.49.

The process color (four color CMYK) of #b0524c color hex is 0.00, 0.53, 0.57, 0.31. Web safe color of #b0524c is #996633. Color #b0524c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010010 01001100
Octal 260 122 114
Decimal 176 82 76
Hex B0 52 4C

RGB Percentages of Color #b0524c

%52.69
%24.55
%22.75

CMYK Percentages of Color #b0524c

%0
%53
%57
%31

Triadic Colors of #b0524c

#b0524c #4cb052 #524cb0

Analogous Colors of #b0524c

#b0524c #b0844c #b04c78

Monochromatic Colors of #b0524c

#b0524c

Complementary Color

#b0524c #4caab0

#b0524c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0524c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0524c Color CSS Codes

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

#b0524c Text Font Color

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

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


#b0524c Background Color

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

This div background color is #b0524c


#b0524c Border Color

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

This div border color is #b0524c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,82,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0524c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0524c;
  -webkit-box-shadow: 1px 1px 3px 2px #b0524c;
  box-shadow:         1px 1px 3px 2px #b0524c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,82,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0524c


Comments

No comments written yet.

Please login to write comment.