Color Hex Logo

#b4738d Color Hex

#B4738D
(180,115,141)
0 Favorites   0 Comments

Color spaces of #b4738d

RGB 180115141
HSL0.930.300.58
HSV336°36°71°
CMYK 0.000.360.22   0.29
XYZ29.760823.887928.2416
Yxy23.88790.36340.2917
Hunter Lab48.875223.1594-0.0469
CIE-Lab55.975429.2865-3.4523

#b4738d color RGB value is (180,115,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110011 10001101
Octal 264 163 215
Decimal 180 115 141
Hex B4 73 8D

RGB Percentages of Color #b4738d

%41.28
%26.38
%32.34

CMYK Percentages of Color #b4738d

%0
%36
%22
%29

Triadic Colors of #b4738d

#b4738d #8db473 #738db4

Analogous Colors of #b4738d

#b4738d #b47a73 #b473ae

Monochromatic Colors of #b4738d

#b4738d

Complementary Color

#b4738d #73b49a

#b4738d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4738d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4738d Color CSS Codes

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

#b4738d Text Font Color

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

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


#b4738d Background Color

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

This div background color is #b4738d


#b4738d Border Color

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

This div border color is #b4738d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4738d


Comments

No comments written yet.

Please login to write comment.