Color Hex Logo

#b22448 Color Hex

#B22448
(178,36,72)
0 Favorites   0 Comments

Color spaces of #b22448

RGB 1783672
HSL0.960.660.42
HSV345°80°70°
CMYK 0.000.800.60   0.30
XYZ20.160711.19467.2291
Yxy11.19460.52250.2901
Hunter Lab33.458349.005110.6105
CIE-Lab39.906357.214115.4052

#b22448 color RGB value is (178,36,72).

#b22448 hex color red value is 178, green value is 36 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #b22448 hue: 0.96 , saturation: 0.66 and the lightness value of b22448 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100100 01001000
Octal 262 44 110
Decimal 178 36 72
Hex B2 24 48

RGB Percentages of Color #b22448

%62.24
%12.59
%25.17

CMYK Percentages of Color #b22448

%0
%80
%60
%30

Triadic Colors of #b22448

#b22448 #48b224 #2448b2

Analogous Colors of #b22448

#b22448 #b24724 #b2248f

Monochromatic Colors of #b22448

#b22448

Complementary Color

#b22448 #24b28e

#b22448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b22448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b22448 Color CSS Codes

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

#b22448 Text Font Color

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

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


#b22448 Background Color

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

This div background color is #b22448


#b22448 Border Color

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

This div border color is #b22448


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,36,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 #b22448">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b22448


Comments

No comments written yet.

Please login to write comment.