Color Hex Logo

#b9055a Color Hex

#B9055A
(185,5,90)
0 Favorites   0 Comments

Color spaces of #b9055a

RGB 185590
HSL0.920.950.37
HSV332°97°73°
CMYK 0.000.970.51   0.27
XYZ21.907311.161010.6725
Yxy11.16100.50080.2552
Hunter Lab33.408158.58704.4450
CIE-Lab39.850365.82914.0793

#b9055a color RGB value is (185,5,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000101 01011010
Octal 271 5 132
Decimal 185 5 90
Hex B9 5 5A

RGB Percentages of Color #b9055a

%66.07
%1.79
%32.14

CMYK Percentages of Color #b9055a

%0
%97
%51
%27

Triadic Colors of #b9055a

#b9055a #5ab905 #055ab9

Analogous Colors of #b9055a

#b9055a #b90a05 #b905b4

Monochromatic Colors of #b9055a

#b9055a

Complementary Color

#b9055a #05b964

#b9055a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9055a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9055a Color CSS Codes

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

#b9055a Text Font Color

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

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


#b9055a Background Color

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

This div background color is #b9055a


#b9055a Border Color

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

This div border color is #b9055a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9055a


Comments

No comments written yet.

Please login to write comment.