Color Hex Logo

#b22042 Color Hex

#B22042
(178,32,66)
0 Favorites   0 Comments

Color spaces of #b22042

RGB 1783266
HSL0.960.700.41
HSV346°82°70°
CMYK 0.000.820.63   0.30
XYZ19.860010.89136.2098
Yxy10.89130.53730.2947
Hunter Lab33.002049.664711.9451
CIE-Lab39.396857.920318.5273

#b22042 color RGB value is (178,32,66).

#b22042 hex color red value is 178, green value is 32 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #b22042 hue: 0.96 , saturation: 0.70 and the lightness value of b22042 is 0.41.

The process color (four color CMYK) of #b22042 color hex is 0.00, 0.82, 0.63, 0.30. Web safe color of #b22042 is #993333. Color #b22042 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100000 01000010
Octal 262 40 102
Decimal 178 32 66
Hex B2 20 42

RGB Percentages of Color #b22042

%64.49
%11.59
%23.91

CMYK Percentages of Color #b22042

%0
%82
%63
%30

Triadic Colors of #b22042

#b22042 #42b220 #2042b2

Analogous Colors of #b22042

#b22042 #b24720 #b2208b

Monochromatic Colors of #b22042

#b22042

Complementary Color

#b22042 #20b290

#b22042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b22042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b22042 Color CSS Codes

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

#b22042 Text Font Color

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

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


#b22042 Background Color

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

This div background color is #b22042


#b22042 Border Color

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

This div border color is #b22042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b22042


Comments

No comments written yet.

Please login to write comment.