Color Hex Logo

#b4526a Color Hex

#B4526A
(180,82,106)
0 Favorites   0 Comments

Color spaces of #b4526a

RGB 18082106
HSL0.960.400.51
HSV345°54°71°
CMYK 0.000.540.41   0.29
XYZ24.441216.778515.5860
Yxy16.77850.43030.2954
Hunter Lab40.961634.82576.1131
CIE-Lab47.979742.17965.6882

#b4526a color RGB value is (180,82,106).

#b4526a hex color red value is 180, green value is 82 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b4526a hue: 0.96 , saturation: 0.40 and the lightness value of b4526a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010010 01101010
Octal 264 122 152
Decimal 180 82 106
Hex B4 52 6A

RGB Percentages of Color #b4526a

%48.91
%22.28
%28.80

CMYK Percentages of Color #b4526a

%0
%54
%41
%29

Triadic Colors of #b4526a

#b4526a #6ab452 #526ab4

Analogous Colors of #b4526a

#b4526a #b46b52 #b4529b

Monochromatic Colors of #b4526a

#b4526a

Complementary Color

#b4526a #52b49c

#b4526a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4526a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4526a Color CSS Codes

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

#b4526a Text Font Color

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

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


#b4526a Background Color

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

This div background color is #b4526a


#b4526a Border Color

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

This div border color is #b4526a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4526a


Comments

No comments written yet.

Please login to write comment.