Color Hex Logo

#b4737d Color Hex

#B4737D
(180,115,125)
0 Favorites   0 Comments

Color spaces of #b4737d

RGB 180115125
HSL0.970.300.58
HSV351°36°71°
CMYK 0.000.360.31   0.29
XYZ28.654823.445422.4172
Yxy23.44540.38450.3146
Hunter Lab48.420520.89906.4448
CIE-Lab55.528226.95505.2279

#b4737d color RGB value is (180,115,125).

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

The process color (four color CMYK) of #b4737d color hex is 0.00, 0.36, 0.31, 0.29. Web safe color of #b4737d is #cc6666. Color #b4737d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110011 01111101
Octal 264 163 175
Decimal 180 115 125
Hex B4 73 7D

RGB Percentages of Color #b4737d

%42.86
%27.38
%29.76

CMYK Percentages of Color #b4737d

%0
%36
%31
%29

Triadic Colors of #b4737d

#b4737d #7db473 #737db4

Analogous Colors of #b4737d

#b4737d #b48a73 #b4739e

Monochromatic Colors of #b4737d

#b4737d

Complementary Color

#b4737d #73b4aa

#b4737d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4737d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4737d Color CSS Codes

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

#b4737d Text Font Color

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

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


#b4737d Background Color

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

This div background color is #b4737d


#b4737d Border Color

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

This div border color is #b4737d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4737d


Comments

No comments written yet.

Please login to write comment.