Color Hex Logo

#b98484 Color Hex

#B98484
(185,132,132)
0 Favorites   0 Comments

Color spaces of #b98484

RGB 185132132
HSL0.000.270.62
HSV29°73°
CMYK 0.000.290.29   0.27
XYZ32.423728.482825.6186
Yxy28.48280.37470.3292
Hunter Lab53.369315.04878.8978
CIE-Lab60.322420.38798.1203

#b98484 color RGB value is (185,132,132).

#b98484 hex color red value is 185, green value is 132 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #b98484 hue: 0.00 , saturation: 0.27 and the lightness value of b98484 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000100 10000100
Octal 271 204 204
Decimal 185 132 132
Hex B9 84 84

RGB Percentages of Color #b98484

%41.20
%29.40
%29.40

CMYK Percentages of Color #b98484

%0
%29
%29
%27

Triadic Colors of #b98484

#b98484 #84b984 #8484b9

Analogous Colors of #b98484

#b98484 #b99f84 #b9849f

Monochromatic Colors of #b98484

#b98484

Complementary Color

#b98484 #84b9b9

#b98484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98484 Color CSS Codes

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

#b98484 Text Font Color

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

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


#b98484 Background Color

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

This div background color is #b98484


#b98484 Border Color

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

This div border color is #b98484


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,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 #b98484">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98484


Comments

No comments written yet.

Please login to write comment.