Color Hex Logo

#b47baf Color Hex

#B47BAF
(180,123,175)
0 Favorites   0 Comments

Color spaces of #b47baf

RGB 180123175
HSL0.850.280.59
HSV305°32°71°
CMYK 0.000.320.03   0.29
XYZ33.643226.964443.9889
Yxy26.96440.32160.2578
Hunter Lab51.927324.7758-13.8770
CIE-Lab58.941430.6670-18.6418

#b47baf color RGB value is (180,123,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111011 10101111
Octal 264 173 257
Decimal 180 123 175
Hex B4 7B AF

RGB Percentages of Color #b47baf

%37.66
%25.73
%36.61

CMYK Percentages of Color #b47baf

%0
%32
%3
%29

Triadic Colors of #b47baf

#b47baf #afb47b #7bafb4

Analogous Colors of #b47baf

#b47baf #b47b93 #9d7bb4

Monochromatic Colors of #b47baf

#b47baf

Complementary Color

#b47baf #7bb480

#b47baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47baf Color CSS Codes

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

#b47baf Text Font Color

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

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


#b47baf Background Color

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

This div background color is #b47baf


#b47baf Border Color

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

This div border color is #b47baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47baf


Comments

No comments written yet.

Please login to write comment.