Color Hex Logo

#b47baa Color Hex

#B47BAA
(180,123,170)
0 Favorites   0 Comments

Color spaces of #b47baa

RGB 180123170
HSL0.860.280.59
HSV311°32°71°
CMYK 0.000.320.06   0.29
XYZ33.161026.771541.4498
Yxy26.77150.32710.2641
Hunter Lab51.741223.8538-11.2783
CIE-Lab58.762229.7413-16.0494

#b47baa color RGB value is (180,123,170).

#b47baa hex color red value is 180, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b47baa hue: 0.86 , saturation: 0.28 and the lightness value of b47baa is 0.59.

The process color (four color CMYK) of #b47baa color hex is 0.00, 0.32, 0.06, 0.29. Web safe color of #b47baa is #cc6699. Color #b47baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111011 10101010
Octal 264 173 252
Decimal 180 123 170
Hex B4 7B AA

RGB Percentages of Color #b47baa

%38.05
%26.00
%35.94

CMYK Percentages of Color #b47baa

%0
%32
%6
%29

Triadic Colors of #b47baa

#b47baa #aab47b #7baab4

Analogous Colors of #b47baa

#b47baa #b47b8e #a27bb4

Monochromatic Colors of #b47baa

#b47baa

Complementary Color

#b47baa #7bb485

#b47baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47baa Color CSS Codes

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

#b47baa Text Font Color

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

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


#b47baa Background Color

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

This div background color is #b47baa


#b47baa Border Color

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

This div border color is #b47baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,123,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 #b47baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47baa


Comments

No comments written yet.

Please login to write comment.