Color Hex Logo

#b9144a Color Hex

#B9144A
(185,20,74)
0 Favorites   0 Comments

Color spaces of #b9144a

RGB 1852074
HSL0.950.800.40
HSV340°89°73°
CMYK 0.000.890.60   0.27
XYZ21.493811.30907.5286
Yxy11.30900.53290.2804
Hunter Lab33.628955.237310.2668
CIE-Lab40.096162.828714.6291

#b9144a color RGB value is (185,20,74).

#b9144a hex color red value is 185, green value is 20 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b9144a hue: 0.95 , saturation: 0.80 and the lightness value of b9144a is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010100 01001010
Octal 271 24 112
Decimal 185 20 74
Hex B9 14 4A

RGB Percentages of Color #b9144a

%66.31
%7.17
%26.52

CMYK Percentages of Color #b9144a

%0
%89
%60
%27

Triadic Colors of #b9144a

#b9144a #4ab914 #144ab9

Analogous Colors of #b9144a

#b9144a #b93014 #b9149d

Monochromatic Colors of #b9144a

#b9144a

Complementary Color

#b9144a #14b983

#b9144a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9144a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9144a Color CSS Codes

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

#b9144a Text Font Color

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

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


#b9144a Background Color

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

This div background color is #b9144a


#b9144a Border Color

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

This div border color is #b9144a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9144a


Comments

No comments written yet.

Please login to write comment.