Color Hex Logo

#b8729e Color Hex

#B8729E
(184,114,158)
0 Favorites   0 Comments

Color spaces of #b8729e

RGB 184114158
HSL0.900.330.58
HSV322°38°72°
CMYK 0.000.380.14   0.28
XYZ31.956024.693635.4298
Yxy24.69360.34700.2682
Hunter Lab49.692727.8264-7.4876
CIE-Lab56.775733.9878-12.0871

#b8729e color RGB value is (184,114,158).

#b8729e hex color red value is 184, green value is 114 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b8729e hue: 0.90 , saturation: 0.33 and the lightness value of b8729e is 0.58.

The process color (four color CMYK) of #b8729e color hex is 0.00, 0.38, 0.14, 0.28. Web safe color of #b8729e is #cc6699. Color #b8729e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110010 10011110
Octal 270 162 236
Decimal 184 114 158
Hex B8 72 9E

RGB Percentages of Color #b8729e

%40.35
%25.00
%34.65

CMYK Percentages of Color #b8729e

%0
%38
%14
%28

Triadic Colors of #b8729e

#b8729e #9eb872 #729eb8

Analogous Colors of #b8729e

#b8729e #b8727b #af72b8

Monochromatic Colors of #b8729e

#b8729e

Complementary Color

#b8729e #72b88c

#b8729e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8729e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8729e Color CSS Codes

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

#b8729e Text Font Color

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

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


#b8729e Background Color

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

This div background color is #b8729e


#b8729e Border Color

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

This div border color is #b8729e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8729e


Comments

No comments written yet.

Please login to write comment.