Color Hex Logo

#b98390 Color Hex

#B98390
(185,131,144)
0 Favorites   0 Comments

Color spaces of #b98390

RGB 185131144
HSL0.960.280.62
HSV346°29°73°
CMYK 0.000.290.22   0.27
XYZ33.157928.560530.1507
Yxy28.56050.36090.3109
Hunter Lab53.442017.22613.9594
CIE-Lab60.391822.70641.3505

#b98390 color RGB value is (185,131,144).

#b98390 hex color red value is 185, green value is 131 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b98390 hue: 0.96 , saturation: 0.28 and the lightness value of b98390 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000011 10010000
Octal 271 203 220
Decimal 185 131 144
Hex B9 83 90

RGB Percentages of Color #b98390

%40.22
%28.48
%31.30

CMYK Percentages of Color #b98390

%0
%29
%22
%27

Triadic Colors of #b98390

#b98390 #90b983 #8390b9

Analogous Colors of #b98390

#b98390 #b99183 #b983ab

Monochromatic Colors of #b98390

#b98390

Complementary Color

#b98390 #83b9ac

#b98390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98390 Color CSS Codes

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

#b98390 Text Font Color

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

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


#b98390 Background Color

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

This div background color is #b98390


#b98390 Border Color

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

This div border color is #b98390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98390


Comments

No comments written yet.

Please login to write comment.