Color Hex Logo

#b6729f Color Hex

#B6729F
(182,114,159)
0 Favorites   0 Comments

Color spaces of #b6729f

RGB 182114159
HSL0.890.320.58
HSV320°37°71°
CMYK 0.000.370.13   0.29
XYZ31.566724.482935.8628
Yxy24.48290.34340.2664
Hunter Lab49.480227.2866-8.3367
CIE-Lab56.568133.4649-13.0031

#b6729f color RGB value is (182,114,159).

#b6729f hex color red value is 182, green value is 114 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b6729f hue: 0.89 , saturation: 0.32 and the lightness value of b6729f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110010 10011111
Octal 266 162 237
Decimal 182 114 159
Hex B6 72 9F

RGB Percentages of Color #b6729f

%40.00
%25.05
%34.95

CMYK Percentages of Color #b6729f

%0
%37
%13
%29

Triadic Colors of #b6729f

#b6729f #9fb672 #729fb6

Analogous Colors of #b6729f

#b6729f #b6727d #ab72b6

Monochromatic Colors of #b6729f

#b6729f

Complementary Color

#b6729f #72b689

#b6729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6729f Color CSS Codes

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

#b6729f Text Font Color

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

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


#b6729f Background Color

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

This div background color is #b6729f


#b6729f Border Color

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

This div border color is #b6729f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6729f


Comments

No comments written yet.

Please login to write comment.