Color Hex Logo

#b9056f Color Hex

#B9056F
(185,5,111)
0 Favorites   0 Comments

Color spaces of #b9056f

RGB 1855111
HSL0.900.950.37
HSV325°97°73°
CMYK 0.000.970.40   0.27
XYZ22.931111.570516.0637
Yxy11.57050.45350.2288
Hunter Lab34.015460.8066-4.1887
CIE-Lab40.525267.6233-8.2225

#b9056f color RGB value is (185,5,111).

#b9056f hex color red value is 185, green value is 5 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b9056f hue: 0.90 , saturation: 0.95 and the lightness value of b9056f is 0.37.

The process color (four color CMYK) of #b9056f color hex is 0.00, 0.97, 0.40, 0.27. Web safe color of #b9056f is #cc0066. Color #b9056f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000101 01101111
Octal 271 5 157
Decimal 185 5 111
Hex B9 5 6F

RGB Percentages of Color #b9056f

%61.46
%1.66
%36.88

CMYK Percentages of Color #b9056f

%0
%97
%40
%27

Triadic Colors of #b9056f

#b9056f #6fb905 #056fb9

Analogous Colors of #b9056f

#b9056f #b90515 #a905b9

Monochromatic Colors of #b9056f

#b9056f

Complementary Color

#b9056f #05b94f

#b9056f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9056f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9056f Color CSS Codes

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

#b9056f Text Font Color

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

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


#b9056f Background Color

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

This div background color is #b9056f


#b9056f Border Color

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

This div border color is #b9056f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9056f


Comments

No comments written yet.

Please login to write comment.