Color Hex Logo

#b48489 Color Hex

#B48489
(180,132,137)
0 Favorites   0 Comments

Color spaces of #b48489

RGB 180132137
HSL0.980.240.61
HSV354°27°71°
CMYK 0.000.270.24   0.29
XYZ31.589028.012027.4088
Yxy28.01200.36310.3219
Hunter Lab52.926413.91626.3441
CIE-Lab59.899619.18654.5798

#b48489 color RGB value is (180,132,137).

#b48489 hex color red value is 180, green value is 132 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b48489 hue: 0.98 , saturation: 0.24 and the lightness value of b48489 is 0.61.

The process color (four color CMYK) of #b48489 color hex is 0.00, 0.27, 0.24, 0.29. Web safe color of #b48489 is #cc9999. Color #b48489 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000100 10001001
Octal 264 204 211
Decimal 180 132 137
Hex B4 84 89

RGB Percentages of Color #b48489

%40.09
%29.40
%30.51

CMYK Percentages of Color #b48489

%0
%27
%24
%29

Triadic Colors of #b48489

#b48489 #89b484 #8489b4

Analogous Colors of #b48489

#b48489 #b49784 #b484a1

Monochromatic Colors of #b48489

#b48489

Complementary Color

#b48489 #84b4af

#b48489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48489 Color CSS Codes

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

#b48489 Text Font Color

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

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


#b48489 Background Color

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

This div background color is #b48489


#b48489 Border Color

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

This div border color is #b48489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48489


Comments

No comments written yet.

Please login to write comment.