Color Hex Logo

#b4727d Color Hex

#B4727D
(180,114,125)
0 Favorites   0 Comments

Color spaces of #b4727d

RGB 180114125
HSL0.970.310.58
HSV350°37°71°
CMYK 0.000.370.31   0.29
XYZ28.541423.218622.3794
Yxy23.21860.38500.3132
Hunter Lab48.185721.40446.1933
CIE-Lab55.296827.50954.8954

#b4727d color RGB value is (180,114,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110010 01111101
Octal 264 162 175
Decimal 180 114 125
Hex B4 72 7D

RGB Percentages of Color #b4727d

%42.96
%27.21
%29.83

CMYK Percentages of Color #b4727d

%0
%37
%31
%29

Triadic Colors of #b4727d

#b4727d #7db472 #727db4

Analogous Colors of #b4727d

#b4727d #b48872 #b4729e

Monochromatic Colors of #b4727d

#b4727d

Complementary Color

#b4727d #72b4a9

#b4727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4727d Color CSS Codes

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

#b4727d Text Font Color

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

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


#b4727d Background Color

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

This div background color is #b4727d


#b4727d Border Color

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

This div border color is #b4727d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4727d


Comments

No comments written yet.

Please login to write comment.