Color Hex Logo

#b9406f Color Hex

#B9406F
(185,64,111)
0 Favorites   0 Comments

Color spaces of #b9406f

RGB 18564111
HSL0.940.490.49
HSV337°65°73°
CMYK 0.000.650.40   0.27
XYZ24.710215.128816.6567
Yxy15.12880.43740.2678
Hunter Lab38.895845.33221.8367
CIE-Lab45.810152.6937-0.3953

#b9406f color RGB value is (185,64,111).

#b9406f hex color red value is 185, green value is 64 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b9406f hue: 0.94 , saturation: 0.49 and the lightness value of b9406f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000000 01101111
Octal 271 100 157
Decimal 185 64 111
Hex B9 40 6F

RGB Percentages of Color #b9406f

%51.39
%17.78
%30.83

CMYK Percentages of Color #b9406f

%0
%65
%40
%27

Triadic Colors of #b9406f

#b9406f #6fb940 #406fb9

Analogous Colors of #b9406f

#b9406f #b94e40 #b940ac

Monochromatic Colors of #b9406f

#b9406f

Complementary Color

#b9406f #40b98a

#b9406f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9406f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9406f Color CSS Codes

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

#b9406f Text Font Color

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

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


#b9406f Background Color

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

This div background color is #b9406f


#b9406f Border Color

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

This div border color is #b9406f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,64,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9406f


Comments

No comments written yet.

Please login to write comment.