Color Hex Logo

#b4729c Color Hex

#B4729C
(180,114,156)
0 Favorites   0 Comments

Color spaces of #b4729c

RGB 180114156
HSL0.890.310.58
HSV322°37°71°
CMYK 0.000.370.13   0.29
XYZ30.840524.138234.4862
Yxy24.13820.34470.2698
Hunter Lab49.130626.0702-7.2259
CIE-Lab56.225932.2639-11.8027

#b4729c color RGB value is (180,114,156).

#b4729c hex color red value is 180, green value is 114 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #b4729c hue: 0.89 , saturation: 0.31 and the lightness value of b4729c is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110010 10011100
Octal 264 162 234
Decimal 180 114 156
Hex B4 72 9C

RGB Percentages of Color #b4729c

%40.00
%25.33
%34.67

CMYK Percentages of Color #b4729c

%0
%37
%13
%29

Triadic Colors of #b4729c

#b4729c #9cb472 #729cb4

Analogous Colors of #b4729c

#b4729c #b4727b #ab72b4

Monochromatic Colors of #b4729c

#b4729c

Complementary Color

#b4729c #72b48a

#b4729c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4729c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4729c Color CSS Codes

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

#b4729c Text Font Color

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

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


#b4729c Background Color

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

This div background color is #b4729c


#b4729c Border Color

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

This div border color is #b4729c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4729c


Comments

No comments written yet.

Please login to write comment.