Color Hex Logo

#b47bab Color Hex

#B47BAB
(180,123,171)
0 Favorites   0 Comments

Color spaces of #b47bab

RGB 180123171
HSL0.860.280.59
HSV309°32°71°
CMYK 0.000.320.05   0.29
XYZ33.256026.809541.9500
Yxy26.80950.32600.2628
Hunter Lab51.777924.0360-11.7917
CIE-Lab58.797629.9247-16.5691

#b47bab color RGB value is (180,123,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111011 10101011
Octal 264 173 253
Decimal 180 123 171
Hex B4 7B AB

RGB Percentages of Color #b47bab

%37.97
%25.95
%36.08

CMYK Percentages of Color #b47bab

%0
%32
%5
%29

Triadic Colors of #b47bab

#b47bab #abb47b #7babb4

Analogous Colors of #b47bab

#b47bab #b47b8f #a17bb4

Monochromatic Colors of #b47bab

#b47bab

Complementary Color

#b47bab #7bb484

#b47bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47bab Color CSS Codes

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

#b47bab Text Font Color

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

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


#b47bab Background Color

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

This div background color is #b47bab


#b47bab Border Color

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

This div border color is #b47bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47bab


Comments

No comments written yet.

Please login to write comment.