Color Hex Logo

#b6749c Color Hex

#B6749C
(182,116,156)
0 Favorites   0 Comments

Color spaces of #b6749c

RGB 182116156
HSL0.900.310.58
HSV324°36°71°
CMYK 0.000.360.14   0.29
XYZ31.537524.836234.5841
Yxy24.83620.34670.2731
Hunter Lab49.835925.7467-6.2597
CIE-Lab56.915531.8607-10.7426

#b6749c color RGB value is (182,116,156).

#b6749c hex color red value is 182, green value is 116 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #b6749c hue: 0.90 , saturation: 0.31 and the lightness value of b6749c is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110100 10011100
Octal 266 164 234
Decimal 182 116 156
Hex B6 74 9C

RGB Percentages of Color #b6749c

%40.09
%25.55
%34.36

CMYK Percentages of Color #b6749c

%0
%36
%14
%29

Triadic Colors of #b6749c

#b6749c #9cb674 #749cb6

Analogous Colors of #b6749c

#b6749c #b6747b #af74b6

Monochromatic Colors of #b6749c

#b6749c

Complementary Color

#b6749c #74b68e

#b6749c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6749c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6749c Color CSS Codes

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

#b6749c Text Font Color

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

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


#b6749c Background Color

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

This div background color is #b6749c


#b6749c Border Color

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

This div border color is #b6749c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6749c


Comments

No comments written yet.

Please login to write comment.