Color Hex Logo

#b98290 Color Hex

#B98290
(185,130,144)
0 Favorites   0 Comments

Color spaces of #b98290

RGB 185130144
HSL0.960.280.62
HSV345°30°73°
CMYK 0.000.300.22   0.27
XYZ33.024328.293230.1061
Yxy28.29320.36120.3095
Hunter Lab53.191417.73843.6760
CIE-Lab60.152723.26351.0027

#b98290 color RGB value is (185,130,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000010 10010000
Octal 271 202 220
Decimal 185 130 144
Hex B9 82 90

RGB Percentages of Color #b98290

%40.31
%28.32
%31.37

CMYK Percentages of Color #b98290

%0
%30
%22
%27

Triadic Colors of #b98290

#b98290 #90b982 #8290b9

Analogous Colors of #b98290

#b98290 #b99082 #b982ac

Monochromatic Colors of #b98290

#b98290

Complementary Color

#b98290 #82b9ab

#b98290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98290 Color CSS Codes

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

#b98290 Text Font Color

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

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


#b98290 Background Color

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

This div background color is #b98290


#b98290 Border Color

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

This div border color is #b98290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98290


Comments

No comments written yet.

Please login to write comment.