Color Hex Logo

#b5728d Color Hex

#B5728D
(181,114,141)
0 Favorites   0 Comments

Color spaces of #b5728d

RGB 181114141
HSL0.930.310.58
HSV336°37°71°
CMYK 0.000.370.22   0.29
XYZ29.881123.781528.2147
Yxy23.78150.36490.2905
Hunter Lab48.766324.0333-0.1670
CIE-Lab55.868430.2047-3.5964

#b5728d color RGB value is (181,114,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110010 10001101
Octal 265 162 215
Decimal 181 114 141
Hex B5 72 8D

RGB Percentages of Color #b5728d

%41.51
%26.15
%32.34

CMYK Percentages of Color #b5728d

%0
%37
%22
%29

Triadic Colors of #b5728d

#b5728d #8db572 #728db5

Analogous Colors of #b5728d

#b5728d #b57972 #b572af

Monochromatic Colors of #b5728d

#b5728d

Complementary Color

#b5728d #72b59a

#b5728d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5728d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5728d Color CSS Codes

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

#b5728d Text Font Color

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

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


#b5728d Background Color

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

This div background color is #b5728d


#b5728d Border Color

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

This div border color is #b5728d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5728d


Comments

No comments written yet.

Please login to write comment.