Color Hex Logo

#b6789e Color Hex

#B6789E
(182,120,158)
0 Favorites   0 Comments

Color spaces of #b6789e

RGB 182120158
HSL0.900.300.59
HSV323°34°71°
CMYK 0.000.340.13   0.29
XYZ32.179425.846635.6406
Yxy25.84660.34360.2759
Hunter Lab50.839624.0141-5.9770
CIE-Lab57.891229.9879-10.4361

#b6789e color RGB value is (182,120,158).

#b6789e hex color red value is 182, green value is 120 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b6789e hue: 0.90 , saturation: 0.30 and the lightness value of b6789e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111000 10011110
Octal 266 170 236
Decimal 182 120 158
Hex B6 78 9E

RGB Percentages of Color #b6789e

%39.57
%26.09
%34.35

CMYK Percentages of Color #b6789e

%0
%34
%13
%29

Triadic Colors of #b6789e

#b6789e #9eb678 #789eb6

Analogous Colors of #b6789e

#b6789e #b6787f #af78b6

Monochromatic Colors of #b6789e

#b6789e

Complementary Color

#b6789e #78b690

#b6789e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6789e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6789e Color CSS Codes

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

#b6789e Text Font Color

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

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


#b6789e Background Color

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

This div background color is #b6789e


#b6789e Border Color

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

This div border color is #b6789e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6789e


Comments

No comments written yet.

Please login to write comment.