Color Hex Logo

#b2144a Color Hex

#B2144A
(178,20,74)
0 Favorites   0 Comments

Color spaces of #b2144a

RGB 1782074
HSL0.940.800.39
HSV339°89°70°
CMYK 0.000.890.58   0.30
XYZ19.846310.45977.4515
Yxy10.45970.52560.2770
Hunter Lab32.341552.93888.9786
CIE-Lab38.655161.048812.4259

#b2144a color RGB value is (178,20,74).

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

The process color (four color CMYK) of #b2144a color hex is 0.00, 0.89, 0.58, 0.30. Web safe color of #b2144a is #990033. Color #b2144a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010100 01001010
Octal 262 24 112
Decimal 178 20 74
Hex B2 14 4A

RGB Percentages of Color #b2144a

%65.44
%7.35
%27.21

CMYK Percentages of Color #b2144a

%0
%89
%58
%30

Triadic Colors of #b2144a

#b2144a #4ab214 #144ab2

Analogous Colors of #b2144a

#b2144a #b22d14 #b21499

Monochromatic Colors of #b2144a

#b2144a

Complementary Color

#b2144a #14b27c

#b2144a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2144a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2144a Color CSS Codes

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

#b2144a Text Font Color

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

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


#b2144a Background Color

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

This div background color is #b2144a


#b2144a Border Color

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

This div border color is #b2144a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2144a


Comments

No comments written yet.

Please login to write comment.