Color Hex Logo

#b58bad Color Hex

#B58BAD
(181,139,173)
0 Favorites   0 Comments

Color spaces of #b58bad

RGB 181139173
HSL0.870.220.63
HSV311°23°71°
CMYK 0.000.230.04   0.29
XYZ35.831531.306143.6893
Yxy31.30610.32330.2825
Hunter Lab55.951916.3954-7.1296
CIE-Lab62.765221.6930-11.7125

#b58bad color RGB value is (181,139,173).

#b58bad hex color red value is 181, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b58bad hue: 0.87 , saturation: 0.22 and the lightness value of b58bad is 0.63.

The process color (four color CMYK) of #b58bad color hex is 0.00, 0.23, 0.04, 0.29. Web safe color of #b58bad is #cc9999. Color #b58bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001011 10101101
Octal 265 213 255
Decimal 181 139 173
Hex B5 8B AD

RGB Percentages of Color #b58bad

%36.71
%28.19
%35.09

CMYK Percentages of Color #b58bad

%0
%23
%4
%29

Triadic Colors of #b58bad

#b58bad #adb58b #8badb5

Analogous Colors of #b58bad

#b58bad #b58b98 #a88bb5

Monochromatic Colors of #b58bad

#b58bad

Complementary Color

#b58bad #8bb593

#b58bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58bad Color CSS Codes

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

#b58bad Text Font Color

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

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


#b58bad Background Color

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

This div background color is #b58bad


#b58bad Border Color

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

This div border color is #b58bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58bad


Comments

No comments written yet.

Please login to write comment.