Color Hex Logo

#b22940 Color Hex

#B22940
(178,41,64)
0 Favorites   0 Comments

Color spaces of #b22940

RGB 1784164
HSL0.970.630.43
HSV350°77°70°
CMYK 0.000.770.64   0.30
XYZ20.078411.42105.9967
Yxy11.42100.53550.3046
Hunter Lab33.795046.909913.1358
CIE-Lab40.280755.194120.9422

#b22940 color RGB value is (178,41,64).

#b22940 hex color red value is 178, green value is 41 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b22940 hue: 0.97 , saturation: 0.63 and the lightness value of b22940 is 0.43.

The process color (four color CMYK) of #b22940 color hex is 0.00, 0.77, 0.64, 0.30. Web safe color of #b22940 is #993333. Color #b22940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00101001 01000000
Octal 262 51 100
Decimal 178 41 64
Hex B2 29 40

RGB Percentages of Color #b22940

%62.90
%14.49
%22.61

CMYK Percentages of Color #b22940

%0
%77
%64
%30

Triadic Colors of #b22940

#b22940 #40b229 #2940b2

Analogous Colors of #b22940

#b22940 #b25729 #b22985

Monochromatic Colors of #b22940

#b22940

Complementary Color

#b22940 #29b29b

#b22940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b22940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b22940 Color CSS Codes

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

#b22940 Text Font Color

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

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


#b22940 Background Color

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

This div background color is #b22940


#b22940 Border Color

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

This div border color is #b22940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b22940


Comments

No comments written yet.

Please login to write comment.