Color Hex Logo

#b6879c Color Hex

#B6879C
(182,135,156)
0 Favorites   0 Comments

Color spaces of #b6879c

RGB 182135156
HSL0.930.240.62
HSV333°26°71°
CMYK 0.000.260.14   0.29
XYZ33.956129.673335.3903
Yxy29.67330.34290.2997
Hunter Lab54.473215.9406-0.3884
CIE-Lab61.371321.2863-4.1124

#b6879c color RGB value is (182,135,156).

#b6879c hex color red value is 182, green value is 135 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #b6879c hue: 0.93 , saturation: 0.24 and the lightness value of b6879c is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000111 10011100
Octal 266 207 234
Decimal 182 135 156
Hex B6 87 9C

RGB Percentages of Color #b6879c

%38.48
%28.54
%32.98

CMYK Percentages of Color #b6879c

%0
%26
%14
%29

Triadic Colors of #b6879c

#b6879c #9cb687 #879cb6

Analogous Colors of #b6879c

#b6879c #b68a87 #b687b4

Monochromatic Colors of #b6879c

#b6879c

Complementary Color

#b6879c #87b6a1

#b6879c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6879c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6879c Color CSS Codes

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

#b6879c Text Font Color

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

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


#b6879c Background Color

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

This div background color is #b6879c


#b6879c Border Color

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

This div border color is #b6879c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6879c


Comments

No comments written yet.

Please login to write comment.