Color Hex Logo

#b47cba Color Hex

#B47CBA
(180,124,186)
0 Favorites   0 Comments

Color spaces of #b47cba

RGB 180124186
HSL0.820.310.61
HSV294°33°73°
CMYK 0.030.330.00   0.27
XYZ34.893027.663849.9550
Yxy27.66380.31010.2459
Hunter Lab52.596426.3751-19.4950
CIE-Lab59.583832.2246-23.9371

#b47cba color RGB value is (180,124,186).

#b47cba hex color red value is 180, green value is 124 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b47cba hue: 0.82 , saturation: 0.31 and the lightness value of b47cba is 0.61.

The process color (four color CMYK) of #b47cba color hex is 0.03, 0.33, 0.00, 0.27. Web safe color of #b47cba is #cc66cc. Color #b47cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111100 10111010
Octal 264 174 272
Decimal 180 124 186
Hex B4 7C BA

RGB Percentages of Color #b47cba

%36.73
%25.31
%37.96

CMYK Percentages of Color #b47cba

%3
%33
%0
%27

Triadic Colors of #b47cba

#b47cba #bab47c #7cbab4

Analogous Colors of #b47cba

#b47cba #ba7ca1 #957cba

Monochromatic Colors of #b47cba

#b47cba

Complementary Color

#b47cba #82ba7c

#b47cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47cba Color CSS Codes

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

#b47cba Text Font Color

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

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


#b47cba Background Color

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

This div background color is #b47cba


#b47cba Border Color

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

This div border color is #b47cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47cba


Comments

No comments written yet.

Please login to write comment.