Color Hex Logo

#b9044a Color Hex

#B9044A
(185,4,74)
0 Favorites   0 Comments

Color spaces of #b9044a

RGB 185474
HSL0.940.960.37
HSV337°98°73°
CMYK 0.000.980.60   0.27
XYZ21.287010.89557.4597
Yxy10.89550.53700.2748
Hunter Lab33.008357.34979.7066
CIE-Lab39.403964.832213.6868

#b9044a color RGB value is (185,4,74).

#b9044a hex color red value is 185, green value is 4 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b9044a hue: 0.94 , saturation: 0.96 and the lightness value of b9044a is 0.37.

The process color (four color CMYK) of #b9044a color hex is 0.00, 0.98, 0.60, 0.27. Web safe color of #b9044a is #cc0033. Color #b9044a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000100 01001010
Octal 271 4 112
Decimal 185 4 74
Hex B9 4 4A

RGB Percentages of Color #b9044a

%70.34
%1.52
%28.14

CMYK Percentages of Color #b9044a

%0
%98
%60
%27

Triadic Colors of #b9044a

#b9044a #4ab904 #044ab9

Analogous Colors of #b9044a

#b9044a #b91904 #b904a5

Monochromatic Colors of #b9044a

#b9044a

Complementary Color

#b9044a #04b973

#b9044a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9044a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9044a Color CSS Codes

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

#b9044a Text Font Color

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

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


#b9044a Background Color

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

This div background color is #b9044a


#b9044a Border Color

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

This div border color is #b9044a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9044a


Comments

No comments written yet.

Please login to write comment.