Color Hex Logo

#b22336 Color Hex

#B22336
(178,35,54)
0 Favorites   0 Comments

Color spaces of #b22336

RGB 1783554
HSL0.980.670.42
HSV352°80°70°
CMYK 0.000.800.70   0.30
XYZ19.627010.93344.5659
Yxy10.93340.55880.3113
Hunter Lab33.065748.088314.9589
CIE-Lab39.468156.448226.1505

#b22336 color RGB value is (178,35,54).

#b22336 hex color red value is 178, green value is 35 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #b22336 hue: 0.98 , saturation: 0.67 and the lightness value of b22336 is 0.42.

The process color (four color CMYK) of #b22336 color hex is 0.00, 0.80, 0.70, 0.30. Web safe color of #b22336 is #993333. Color #b22336 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100011 00110110
Octal 262 43 66
Decimal 178 35 54
Hex B2 23 36

RGB Percentages of Color #b22336

%66.67
%13.11
%20.22

CMYK Percentages of Color #b22336

%0
%80
%70
%30

Triadic Colors of #b22336

#b22336 #36b223 #2336b2

Analogous Colors of #b22336

#b22336 #b25823 #b2237e

Monochromatic Colors of #b22336

#b22336

Complementary Color

#b22336 #23b29f

#b22336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b22336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b22336 Color CSS Codes

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

#b22336 Text Font Color

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

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


#b22336 Background Color

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

This div background color is #b22336


#b22336 Border Color

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

This div border color is #b22336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b22336


Comments

No comments written yet.

Please login to write comment.