Color Hex Logo

#b4739c Color Hex

#B4739C
(180,115,156)
0 Favorites   0 Comments

Color spaces of #b4739c

RGB 180115156
HSL0.890.300.58
HSV322°36°71°
CMYK 0.000.360.13   0.29
XYZ30.953924.365134.5240
Yxy24.36510.34450.2712
Hunter Lab49.361025.5541-6.9158
CIE-Lab56.451531.7121-11.4635

#b4739c color RGB value is (180,115,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110011 10011100
Octal 264 163 234
Decimal 180 115 156
Hex B4 73 9C

RGB Percentages of Color #b4739c

%39.91
%25.50
%34.59

CMYK Percentages of Color #b4739c

%0
%36
%13
%29

Triadic Colors of #b4739c

#b4739c #9cb473 #739cb4

Analogous Colors of #b4739c

#b4739c #b4737c #ac73b4

Monochromatic Colors of #b4739c

#b4739c

Complementary Color

#b4739c #73b48b

#b4739c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4739c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4739c Color CSS Codes

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

#b4739c Text Font Color

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

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


#b4739c Background Color

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

This div background color is #b4739c


#b4739c Border Color

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

This div border color is #b4739c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,115,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 #b4739c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4739c


Comments

No comments written yet.

Please login to write comment.