Color Hex Logo

#b6496e Color Hex

#B6496E
(182,73,110)
0 Favorites   0 Comments

Color spaces of #b6496e

RGB 18273110
HSL0.940.430.50
HSV340°60°71°
CMYK 0.000.600.40   0.29
XYZ24.488415.836016.5178
Yxy15.83600.43080.2786
Hunter Lab39.794540.20363.2462
CIE-Lab46.758647.64771.5381

#b6496e color RGB value is (182,73,110).

#b6496e hex color red value is 182, green value is 73 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b6496e hue: 0.94 , saturation: 0.43 and the lightness value of b6496e is 0.50.

The process color (four color CMYK) of #b6496e color hex is 0.00, 0.60, 0.40, 0.29. Web safe color of #b6496e is #cc3366. Color #b6496e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001001 01101110
Octal 266 111 156
Decimal 182 73 110
Hex B6 49 6E

RGB Percentages of Color #b6496e

%49.86
%20.00
%30.14

CMYK Percentages of Color #b6496e

%0
%60
%40
%29

Triadic Colors of #b6496e

#b6496e #6eb649 #496eb6

Analogous Colors of #b6496e

#b6496e #b65b49 #b649a5

Monochromatic Colors of #b6496e

#b6496e

Complementary Color

#b6496e #49b691

#b6496e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6496e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6496e Color CSS Codes

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

#b6496e Text Font Color

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

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


#b6496e Background Color

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

This div background color is #b6496e


#b6496e Border Color

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

This div border color is #b6496e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6496e


Comments

No comments written yet.

Please login to write comment.