Color Hex Logo

#b6579c Color Hex

#B6579C
(182,87,156)
0 Favorites   0 Comments

Color spaces of #b6579c

RGB 18287156
HSL0.880.390.53
HSV316°52°71°
CMYK 0.000.520.14   0.29
XYZ28.700319.161833.6384
Yxy19.16180.35210.2351
Hunter Lab43.774240.4277-14.9196
CIE-Lab50.876047.1850-19.9003

#b6579c color RGB value is (182,87,156).

#b6579c hex color red value is 182, green value is 87 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #b6579c hue: 0.88 , saturation: 0.39 and the lightness value of b6579c is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010111 10011100
Octal 266 127 234
Decimal 182 87 156
Hex B6 57 9C

RGB Percentages of Color #b6579c

%42.82
%20.47
%36.71

CMYK Percentages of Color #b6579c

%0
%52
%14
%29

Triadic Colors of #b6579c

#b6579c #9cb657 #579cb6

Analogous Colors of #b6579c

#b6579c #b6576d #a157b6

Monochromatic Colors of #b6579c

#b6579c

Complementary Color

#b6579c #57b671

#b6579c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6579c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6579c Color CSS Codes

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

#b6579c Text Font Color

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

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


#b6579c Background Color

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

This div background color is #b6579c


#b6579c Border Color

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

This div border color is #b6579c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6579c


Comments

No comments written yet.

Please login to write comment.