Color Hex Logo

#b47391 Color Hex

#B47391
(180,115,145)
0 Favorites   0 Comments

Color spaces of #b47391

RGB 180115145
HSL0.920.300.58
HSV332°36°71°
CMYK 0.000.360.19   0.29
XYZ30.064024.009129.8377
Yxy24.00910.35830.2861
Hunter Lab48.999123.7725-1.8049
CIE-Lab56.096929.9118-5.6018

#b47391 color RGB value is (180,115,145).

#b47391 hex color red value is 180, green value is 115 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #b47391 hue: 0.92 , saturation: 0.30 and the lightness value of b47391 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110011 10010001
Octal 264 163 221
Decimal 180 115 145
Hex B4 73 91

RGB Percentages of Color #b47391

%40.91
%26.14
%32.95

CMYK Percentages of Color #b47391

%0
%36
%19
%29

Triadic Colors of #b47391

#b47391 #91b473 #7391b4

Analogous Colors of #b47391

#b47391 #b47673 #b473b2

Monochromatic Colors of #b47391

#b47391

Complementary Color

#b47391 #73b496

#b47391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47391 Color CSS Codes

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

#b47391 Text Font Color

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

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


#b47391 Background Color

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

This div background color is #b47391


#b47391 Border Color

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

This div border color is #b47391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47391


Comments

No comments written yet.

Please login to write comment.