Color Hex Logo

#b6869f Color Hex

#B6869F
(182,134,159)
0 Favorites   0 Comments

Color spaces of #b6869f

RGB 182134159
HSL0.910.250.62
HSV329°26°71°
CMYK 0.000.260.13   0.29
XYZ34.074529.498536.6987
Yxy29.49850.33980.2942
Hunter Lab54.312516.9401-2.0432
CIE-Lab61.219122.3543-6.0490

#b6869f color RGB value is (182,134,159).

#b6869f hex color red value is 182, green value is 134 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b6869f hue: 0.91 , saturation: 0.25 and the lightness value of b6869f is 0.62.

The process color (four color CMYK) of #b6869f color hex is 0.00, 0.26, 0.13, 0.29. Web safe color of #b6869f is #cc9999. Color #b6869f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000110 10011111
Octal 266 206 237
Decimal 182 134 159
Hex B6 86 9F

RGB Percentages of Color #b6869f

%38.32
%28.21
%33.47

CMYK Percentages of Color #b6869f

%0
%26
%13
%29

Triadic Colors of #b6869f

#b6869f #9fb686 #869fb6

Analogous Colors of #b6869f

#b6869f #b68687 #b586b6

Monochromatic Colors of #b6869f

#b6869f

Complementary Color

#b6869f #86b69d

#b6869f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6869f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6869f Color CSS Codes

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

#b6869f Text Font Color

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

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


#b6869f Background Color

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

This div background color is #b6869f


#b6869f Border Color

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

This div border color is #b6869f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6869f


Comments

No comments written yet.

Please login to write comment.