Color Hex Logo

#b58899 Color Hex

#B58899
(181,136,153)
0 Favorites   0 Comments

Color spaces of #b58899

RGB 181136153
HSL0.940.230.62
HSV337°25°71°
CMYK 0.000.250.15   0.29
XYZ33.610029.732034.1044
Yxy29.73200.34490.3051
Hunter Lab54.527114.60351.0855
CIE-Lab61.422319.8570-2.3384

#b58899 color RGB value is (181,136,153).

#b58899 hex color red value is 181, green value is 136 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #b58899 hue: 0.94 , saturation: 0.23 and the lightness value of b58899 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001000 10011001
Octal 265 210 231
Decimal 181 136 153
Hex B5 88 99

RGB Percentages of Color #b58899

%38.51
%28.94
%32.55

CMYK Percentages of Color #b58899

%0
%25
%15
%29

Triadic Colors of #b58899

#b58899 #99b588 #8899b5

Analogous Colors of #b58899

#b58899 #b58e88 #b588b0

Monochromatic Colors of #b58899

#b58899

Complementary Color

#b58899 #88b5a4

#b58899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58899 Color CSS Codes

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

#b58899 Text Font Color

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

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


#b58899 Background Color

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

This div background color is #b58899


#b58899 Border Color

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

This div border color is #b58899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58899


Comments

No comments written yet.

Please login to write comment.