Color Hex Logo

#b47c9f Color Hex

#B47C9F
(180,124,159)
0 Favorites   0 Comments

Color spaces of #b47c9f

RGB 180124159
HSL0.900.270.60
HSV323°31°71°
CMYK 0.000.310.12   0.29
XYZ32.288126.621836.2376
Yxy26.62180.33930.2798
Hunter Lab51.596321.4087-5.5237
CIE-Lab58.622627.2270-9.9403

#b47c9f color RGB value is (180,124,159).

#b47c9f hex color red value is 180, green value is 124 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b47c9f hue: 0.90 , saturation: 0.27 and the lightness value of b47c9f is 0.60.

The process color (four color CMYK) of #b47c9f color hex is 0.00, 0.31, 0.12, 0.29. Web safe color of #b47c9f is #cc6699. Color #b47c9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111100 10011111
Octal 264 174 237
Decimal 180 124 159
Hex B4 7C 9F

RGB Percentages of Color #b47c9f

%38.88
%26.78
%34.34

CMYK Percentages of Color #b47c9f

%0
%31
%12
%29

Triadic Colors of #b47c9f

#b47c9f #9fb47c #7c9fb4

Analogous Colors of #b47c9f

#b47c9f #b47c83 #ad7cb4

Monochromatic Colors of #b47c9f

#b47c9f

Complementary Color

#b47c9f #7cb491

#b47c9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47c9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47c9f Color CSS Codes

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

#b47c9f Text Font Color

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

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


#b47c9f Background Color

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

This div background color is #b47c9f


#b47c9f Border Color

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

This div border color is #b47c9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,124,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b47c9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b47c9f;
  -webkit-box-shadow: 1px 1px 3px 2px #b47c9f;
  box-shadow:         1px 1px 3px 2px #b47c9f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,124,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47c9f


Comments

No comments written yet.

Please login to write comment.