Color Hex Logo

#b6406e Color Hex

#B6406E
(182,64,110)
0 Favorites   0 Comments

Color spaces of #b6406e

RGB 18264110
HSL0.940.480.48
HSV337°65°71°
CMYK 0.000.650.40   0.29
XYZ23.939314.737716.3348
Yxy14.73770.43520.2679
Hunter Lab38.389744.12821.6449
CIE-Lab45.272851.6558-0.6282

#b6406e color RGB value is (182,64,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000000 01101110
Octal 266 100 156
Decimal 182 64 110
Hex B6 40 6E

RGB Percentages of Color #b6406e

%51.12
%17.98
%30.90

CMYK Percentages of Color #b6406e

%0
%65
%40
%29

Triadic Colors of #b6406e

#b6406e #6eb640 #406eb6

Analogous Colors of #b6406e

#b6406e #b64d40 #b640a9

Monochromatic Colors of #b6406e

#b6406e

Complementary Color

#b6406e #40b688

#b6406e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6406e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6406e Color CSS Codes

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

#b6406e Text Font Color

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

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


#b6406e Background Color

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

This div background color is #b6406e


#b6406e Border Color

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

This div border color is #b6406e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6406e


Comments

No comments written yet.

Please login to write comment.