Color Hex Logo

#b5727d Color Hex

#B5727D
(181,114,125)
0 Favorites   0 Comments

Color spaces of #b5727d

RGB 181114125
HSL0.970.310.58
HSV350°37°71°
CMYK 0.000.370.31   0.29
XYZ28.775023.339122.3903
Yxy23.33910.38620.3133
Hunter Lab48.310621.77576.3385
CIE-Lab55.419927.88985.0885

#b5727d color RGB value is (181,114,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110010 01111101
Octal 265 162 175
Decimal 181 114 125
Hex B5 72 7D

RGB Percentages of Color #b5727d

%43.10
%27.14
%29.76

CMYK Percentages of Color #b5727d

%0
%37
%31
%29

Triadic Colors of #b5727d

#b5727d #7db572 #727db5

Analogous Colors of #b5727d

#b5727d #b58972 #b5729f

Monochromatic Colors of #b5727d

#b5727d

Complementary Color

#b5727d #72b5aa

#b5727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5727d Color CSS Codes

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

#b5727d Text Font Color

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

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


#b5727d Background Color

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

This div background color is #b5727d


#b5727d Border Color

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

This div border color is #b5727d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5727d


Comments

No comments written yet.

Please login to write comment.