Color Hex Logo

#b58484 Color Hex

#B58484
(181,132,132)
0 Favorites   0 Comments

Color spaces of #b58484

RGB 181132132
HSL0.000.250.61
HSV27°71°
CMYK 0.000.270.27   0.29
XYZ31.472227.992225.5741
Yxy27.99220.37010.3292
Hunter Lab52.907713.59268.3762
CIE-Lab59.881718.83627.4319

#b58484 color RGB value is (181,132,132).

#b58484 hex color red value is 181, green value is 132 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #b58484 hue: 0.00 , saturation: 0.25 and the lightness value of b58484 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000100 10000100
Octal 265 204 204
Decimal 181 132 132
Hex B5 84 84

RGB Percentages of Color #b58484

%40.67
%29.66
%29.66

CMYK Percentages of Color #b58484

%0
%27
%27
%29

Triadic Colors of #b58484

#b58484 #84b584 #8484b5

Analogous Colors of #b58484

#b58484 #b59d84 #b5849d

Monochromatic Colors of #b58484

#b58484

Complementary Color

#b58484 #84b5b5

#b58484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58484 Color CSS Codes

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

#b58484 Text Font Color

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

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


#b58484 Background Color

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

This div background color is #b58484


#b58484 Border Color

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

This div border color is #b58484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58484


Comments

No comments written yet.

Please login to write comment.