Color Hex Logo

#b47180 Color Hex

#B47180
(180,113,128)
0 Favorites   0 Comments

Color spaces of #b47180

RGB 180113128
HSL0.960.310.57
HSV347°37°71°
CMYK 0.000.370.29   0.29
XYZ28.623823.072123.3668
Yxy23.07210.38130.3074
Hunter Lab48.033422.31224.7806
CIE-Lab55.146528.47912.9254

#b47180 color RGB value is (180,113,128).

#b47180 hex color red value is 180, green value is 113 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #b47180 hue: 0.96 , saturation: 0.31 and the lightness value of b47180 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110001 10000000
Octal 264 161 200
Decimal 180 113 128
Hex B4 71 80

RGB Percentages of Color #b47180

%42.76
%26.84
%30.40

CMYK Percentages of Color #b47180

%0
%37
%29
%29

Triadic Colors of #b47180

#b47180 #80b471 #7180b4

Analogous Colors of #b47180

#b47180 #b48471 #b471a2

Monochromatic Colors of #b47180

#b47180

Complementary Color

#b47180 #71b4a5

#b47180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47180 Color CSS Codes

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

#b47180 Text Font Color

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

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


#b47180 Background Color

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

This div background color is #b47180


#b47180 Border Color

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

This div border color is #b47180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47180


Comments

No comments written yet.

Please login to write comment.