Color Hex Logo

#b9074a Color Hex

#B9074A
(185,7,74)
0 Favorites   0 Comments

Color spaces of #b9074a

RGB 185774
HSL0.940.930.38
HSV337°96°73°
CMYK 0.000.960.60   0.27
XYZ21.319610.96077.4705
Yxy10.96070.53630.2757
Hunter Lab33.106957.01009.7962
CIE-Lab39.514264.511713.8375

#b9074a color RGB value is (185,7,74).

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

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

Base Numbers

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

RGB Percentages of Color #b9074a

%69.55
%2.63
%27.82

CMYK Percentages of Color #b9074a

%0
%96
%60
%27

Triadic Colors of #b9074a

#b9074a #4ab907 #074ab9

Analogous Colors of #b9074a

#b9074a #b91d07 #b907a3

Monochromatic Colors of #b9074a

#b9074a

Complementary Color

#b9074a #07b976

#b9074a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9074a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9074a Color CSS Codes

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

#b9074a Text Font Color

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

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


#b9074a Background Color

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

This div background color is #b9074a


#b9074a Border Color

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

This div border color is #b9074a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9074a


Comments

No comments written yet.

Please login to write comment.