Color Hex Logo

#b6659c Color Hex

#B6659C
(182,101,156)
0 Favorites   0 Comments

Color spaces of #b6659c

RGB 182101156
HSL0.890.360.55
HSV319°45°71°
CMYK 0.000.450.14   0.29
XYZ29.945821.652734.0536
Yxy21.65270.34960.2528
Hunter Lab46.532533.4412-10.8172
CIE-Lab53.656639.9835-15.6601

#b6659c color RGB value is (182,101,156).

#b6659c hex color red value is 182, green value is 101 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #b6659c hue: 0.89 , saturation: 0.36 and the lightness value of b6659c is 0.55.

The process color (four color CMYK) of #b6659c color hex is 0.00, 0.45, 0.14, 0.29. Web safe color of #b6659c is #cc6699. Color #b6659c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100101 10011100
Octal 266 145 234
Decimal 182 101 156
Hex B6 65 9C

RGB Percentages of Color #b6659c

%41.46
%23.01
%35.54

CMYK Percentages of Color #b6659c

%0
%45
%14
%29

Triadic Colors of #b6659c

#b6659c #9cb665 #659cb6

Analogous Colors of #b6659c

#b6659c #b66574 #a865b6

Monochromatic Colors of #b6659c

#b6659c

Complementary Color

#b6659c #65b67f

#b6659c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6659c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6659c Color CSS Codes

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

#b6659c Text Font Color

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

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


#b6659c Background Color

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

This div background color is #b6659c


#b6659c Border Color

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

This div border color is #b6659c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6659c


Comments

No comments written yet.

Please login to write comment.