Color Hex Logo

#b58faa Color Hex

#B58FAA
(181,143,170)
0 Favorites   0 Comments

Color spaces of #b58faa

RGB 181143170
HSL0.880.200.64
HSV317°21°71°
CMYK 0.000.210.06   0.29
XYZ36.134232.371042.3740
Yxy32.37100.32590.2919
Hunter Lab56.895513.7977-4.3305
CIE-Lab63.648318.9006-8.6944

#b58faa color RGB value is (181,143,170).

#b58faa hex color red value is 181, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b58faa hue: 0.88 , saturation: 0.20 and the lightness value of b58faa is 0.64.

The process color (four color CMYK) of #b58faa color hex is 0.00, 0.21, 0.06, 0.29. Web safe color of #b58faa is #cc9999. Color #b58faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001111 10101010
Octal 265 217 252
Decimal 181 143 170
Hex B5 8F AA

RGB Percentages of Color #b58faa

%36.64
%28.95
%34.41

CMYK Percentages of Color #b58faa

%0
%21
%6
%29

Triadic Colors of #b58faa

#b58faa #aab58f #8faab5

Analogous Colors of #b58faa

#b58faa #b58f97 #ad8fb5

Monochromatic Colors of #b58faa

#b58faa

Complementary Color

#b58faa #8fb59a

#b58faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58faa Color CSS Codes

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

#b58faa Text Font Color

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

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


#b58faa Background Color

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

This div background color is #b58faa


#b58faa Border Color

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

This div border color is #b58faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58faa


Comments

No comments written yet.

Please login to write comment.