Color Hex Logo

#b2144c Color Hex

#B2144C
(178,20,76)
0 Favorites   0 Comments

Color spaces of #b2144c

RGB 1782076
HSL0.940.800.39
HSV339°89°70°
CMYK 0.000.890.57   0.30
XYZ19.914810.48717.8121
Yxy10.48710.52110.2744
Hunter Lab32.383853.09918.3658
CIE-Lab38.702861.184211.2092

#b2144c color RGB value is (178,20,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010100 01001100
Octal 262 24 114
Decimal 178 20 76
Hex B2 14 4C

RGB Percentages of Color #b2144c

%64.96
%7.30
%27.74

CMYK Percentages of Color #b2144c

%0
%89
%57
%30

Triadic Colors of #b2144c

#b2144c #4cb214 #144cb2

Analogous Colors of #b2144c

#b2144c #b22b14 #b2149b

Monochromatic Colors of #b2144c

#b2144c

Complementary Color

#b2144c #14b27a

#b2144c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2144c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2144c Color CSS Codes

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

#b2144c Text Font Color

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

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


#b2144c Background Color

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

This div background color is #b2144c


#b2144c Border Color

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

This div border color is #b2144c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2144c


Comments

No comments written yet.

Please login to write comment.