Color Hex Logo

#b22048 Color Hex

#B22048
(178,32,72)
0 Favorites   0 Comments

Color spaces of #b22048

RGB 1783272
HSL0.950.700.41
HSV344°82°70°
CMYK 0.000.820.60   0.30
XYZ20.046310.96597.1910
Yxy10.96590.52470.2870
Hunter Lab33.114850.105510.3053
CIE-Lab39.523058.301314.8868

#b22048 color RGB value is (178,32,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100000 01001000
Octal 262 40 110
Decimal 178 32 72
Hex B2 20 48

RGB Percentages of Color #b22048

%63.12
%11.35
%25.53

CMYK Percentages of Color #b22048

%0
%82
%60
%30

Triadic Colors of #b22048

#b22048 #48b220 #2048b2

Analogous Colors of #b22048

#b22048 #b24120 #b22091

Monochromatic Colors of #b22048

#b22048

Complementary Color

#b22048 #20b28a

#b22048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b22048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b22048 Color CSS Codes

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

#b22048 Text Font Color

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

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


#b22048 Background Color

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

This div background color is #b22048


#b22048 Border Color

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

This div border color is #b22048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b22048


Comments

No comments written yet.

Please login to write comment.