Color Hex Logo

#b58aaf Color Hex

#B58AAF
(181,138,175)
0 Favorites   0 Comments

Color spaces of #b58aaf

RGB 181138175
HSL0.860.230.63
HSV308°24°71°
CMYK 0.000.240.03   0.29
XYZ35.882431.095944.6683
Yxy31.09590.32140.2785
Hunter Lab55.763717.2734-8.4584
CIE-Lab62.588522.6256-13.1109

#b58aaf color RGB value is (181,138,175).

#b58aaf hex color red value is 181, green value is 138 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b58aaf hue: 0.86 , saturation: 0.23 and the lightness value of b58aaf is 0.63.

The process color (four color CMYK) of #b58aaf color hex is 0.00, 0.24, 0.03, 0.29. Web safe color of #b58aaf is #cc9999. Color #b58aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001010 10101111
Octal 265 212 257
Decimal 181 138 175
Hex B5 8A AF

RGB Percentages of Color #b58aaf

%36.64
%27.94
%35.43

CMYK Percentages of Color #b58aaf

%0
%24
%3
%29

Triadic Colors of #b58aaf

#b58aaf #afb58a #8aafb5

Analogous Colors of #b58aaf

#b58aaf #b58a9a #a68ab5

Monochromatic Colors of #b58aaf

#b58aaf

Complementary Color

#b58aaf #8ab590

#b58aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58aaf Color CSS Codes

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

#b58aaf Text Font Color

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

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


#b58aaf Background Color

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

This div background color is #b58aaf


#b58aaf Border Color

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

This div border color is #b58aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58aaf


Comments

No comments written yet.

Please login to write comment.