Color Hex Logo

#b58fbd Color Hex

#B58FBD
(181,143,189)
0 Favorites   0 Comments

Color spaces of #b58fbd

RGB 181143189
HSL0.800.260.65
HSV290°24°74°
CMYK 0.040.240.00   0.26
XYZ38.063833.142852.5351
Yxy33.14280.30760.2678
Hunter Lab57.569817.2729-13.8060
CIE-Lab64.276422.5296-18.4576

#b58fbd color RGB value is (181,143,189).

#b58fbd hex color red value is 181, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b58fbd hue: 0.80 , saturation: 0.26 and the lightness value of b58fbd is 0.65.

The process color (four color CMYK) of #b58fbd color hex is 0.04, 0.24, 0.00, 0.26. Web safe color of #b58fbd is #cc99cc. Color #b58fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001111 10111101
Octal 265 217 275
Decimal 181 143 189
Hex B5 8F BD

RGB Percentages of Color #b58fbd

%35.28
%27.88
%36.84

CMYK Percentages of Color #b58fbd

%4
%24
%0
%26

Triadic Colors of #b58fbd

#b58fbd #bdb58f #8fbdb5

Analogous Colors of #b58fbd

#b58fbd #bd8fae #9e8fbd

Monochromatic Colors of #b58fbd

#b58fbd

Complementary Color

#b58fbd #97bd8f

#b58fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58fbd Color CSS Codes

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

#b58fbd Text Font Color

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

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


#b58fbd Background Color

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

This div background color is #b58fbd


#b58fbd Border Color

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

This div border color is #b58fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58fbd


Comments

No comments written yet.

Please login to write comment.