Color Hex Logo

#b3133f Color Hex

#B3133F
(179,19,63)
0 Favorites   0 Comments

Color spaces of #b3133f

RGB 1791963
HSL0.950.810.39
HSV344°89°70°
CMYK 0.000.890.65   0.30
XYZ19.720510.40835.6722
Yxy10.40830.55080.2907
Hunter Lab32.261952.652112.1591
CIE-Lab38.565560.807319.3830

#b3133f color RGB value is (179,19,63).

#b3133f hex color red value is 179, green value is 19 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b3133f hue: 0.95 , saturation: 0.81 and the lightness value of b3133f is 0.39.

The process color (four color CMYK) of #b3133f color hex is 0.00, 0.89, 0.65, 0.30. Web safe color of #b3133f is #cc0033. Color #b3133f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010011 00111111
Octal 263 23 77
Decimal 179 19 63
Hex B3 13 3F

RGB Percentages of Color #b3133f

%68.58
%7.28
%24.14

CMYK Percentages of Color #b3133f

%0
%89
%65
%30

Triadic Colors of #b3133f

#b3133f #3fb313 #133fb3

Analogous Colors of #b3133f

#b3133f #b33713 #b3138f

Monochromatic Colors of #b3133f

#b3133f

Complementary Color

#b3133f #13b387

#b3133f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3133f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3133f Color CSS Codes

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

#b3133f Text Font Color

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

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


#b3133f Background Color

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

This div background color is #b3133f


#b3133f Border Color

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

This div border color is #b3133f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3133f


Comments

No comments written yet.

Please login to write comment.