Color Hex Logo

#b4223f Color Hex

#B4223F
(180,34,63)
0 Favorites   0 Comments

Color spaces of #b4223f

RGB 1803463
HSL0.970.680.42
HSV348°81°71°
CMYK 0.000.810.65   0.29
XYZ20.291611.20625.7962
Yxy11.20620.54410.3005
Hunter Lab33.475749.617113.1671
CIE-Lab39.925657.774821.1877

#b4223f color RGB value is (180,34,63).

#b4223f hex color red value is 180, green value is 34 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b4223f hue: 0.97 , saturation: 0.68 and the lightness value of b4223f is 0.42.

The process color (four color CMYK) of #b4223f color hex is 0.00, 0.81, 0.65, 0.29. Web safe color of #b4223f is #cc3333. Color #b4223f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100010 00111111
Octal 264 42 77
Decimal 180 34 63
Hex B4 22 3F

RGB Percentages of Color #b4223f

%64.98
%12.27
%22.74

CMYK Percentages of Color #b4223f

%0
%81
%65
%29

Triadic Colors of #b4223f

#b4223f #3fb422 #223fb4

Analogous Colors of #b4223f

#b4223f #b44e22 #b42288

Monochromatic Colors of #b4223f

#b4223f

Complementary Color

#b4223f #22b497

#b4223f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4223f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4223f Color CSS Codes

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

#b4223f Text Font Color

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

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


#b4223f Background Color

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

This div background color is #b4223f


#b4223f Border Color

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

This div border color is #b4223f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,34,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4223f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4223f;
  -webkit-box-shadow: 1px 1px 3px 2px #b4223f;
  box-shadow:         1px 1px 3px 2px #b4223f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,34,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4223f


Comments

No comments written yet.

Please login to write comment.