Color Hex Logo

#b97484 Color Hex

#B97484
(185,116,132)
0 Favorites   0 Comments

Color spaces of #b97484

RGB 185116132
HSL0.960.330.59
HSV346°37°73°
CMYK 0.000.370.29   0.27
XYZ30.417824.471024.9500
Yxy24.47100.38100.3065
Hunter Lab49.468223.18974.7239
CIE-Lab56.556329.26282.7106

#b97484 color RGB value is (185,116,132).

#b97484 hex color red value is 185, green value is 116 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #b97484 hue: 0.96 , saturation: 0.33 and the lightness value of b97484 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110100 10000100
Octal 271 164 204
Decimal 185 116 132
Hex B9 74 84

RGB Percentages of Color #b97484

%42.73
%26.79
%30.48

CMYK Percentages of Color #b97484

%0
%37
%29
%27

Triadic Colors of #b97484

#b97484 #84b974 #7484b9

Analogous Colors of #b97484

#b97484 #b98774 #b974a7

Monochromatic Colors of #b97484

#b97484

Complementary Color

#b97484 #74b9a9

#b97484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97484 Color CSS Codes

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

#b97484 Text Font Color

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

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


#b97484 Background Color

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

This div background color is #b97484


#b97484 Border Color

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

This div border color is #b97484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97484


Comments

No comments written yet.

Please login to write comment.