Color Hex Logo

#b58299 Color Hex

#B58299
(181,130,153)
0 Favorites   0 Comments

Color spaces of #b58299

RGB 181130153
HSL0.920.260.61
HSV333°28°71°
CMYK 0.000.280.15   0.29
XYZ32.788528.088933.8306
Yxy28.08890.34620.2966
Hunter Lab52.999017.6832-0.7471
CIE-Lab59.969023.2168-4.4797

#b58299 color RGB value is (181,130,153).

#b58299 hex color red value is 181, green value is 130 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #b58299 hue: 0.92 , saturation: 0.26 and the lightness value of b58299 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000010 10011001
Octal 265 202 231
Decimal 181 130 153
Hex B5 82 99

RGB Percentages of Color #b58299

%39.01
%28.02
%32.97

CMYK Percentages of Color #b58299

%0
%28
%15
%29

Triadic Colors of #b58299

#b58299 #99b582 #8299b5

Analogous Colors of #b58299

#b58299 #b58582 #b582b3

Monochromatic Colors of #b58299

#b58299

Complementary Color

#b58299 #82b59e

#b58299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58299 Color CSS Codes

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

#b58299 Text Font Color

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

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


#b58299 Background Color

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

This div background color is #b58299


#b58299 Border Color

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

This div border color is #b58299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58299

#b58299 Color Palettes


Comments

No comments written yet.

Please login to write comment.