Color Hex Logo

#b3172f Color Hex

#B3172F
(179,23,47)
0 Favorites   0 Comments

Color spaces of #b3172f

RGB 1792347
HSL0.970.770.40
HSV351°87°70°
CMYK 0.000.870.74   0.30
XYZ19.409910.40173.6740
Yxy10.40170.57960.3106
Hunter Lab32.251750.985615.8221
CIE-Lab38.553959.294729.4302

#b3172f color RGB value is (179,23,47).

#b3172f hex color red value is 179, green value is 23 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b3172f hue: 0.97 , saturation: 0.77 and the lightness value of b3172f is 0.40.

The process color (four color CMYK) of #b3172f color hex is 0.00, 0.87, 0.74, 0.30. Web safe color of #b3172f is #cc0033. Color #b3172f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010111 00101111
Octal 263 27 57
Decimal 179 23 47
Hex B3 17 2F

RGB Percentages of Color #b3172f

%71.89
%9.24
%18.88

CMYK Percentages of Color #b3172f

%0
%87
%74
%30

Triadic Colors of #b3172f

#b3172f #2fb317 #172fb3

Analogous Colors of #b3172f

#b3172f #b34d17 #b3177d

Monochromatic Colors of #b3172f

#b3172f

Complementary Color

#b3172f #17b39b

#b3172f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3172f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3172f Color CSS Codes

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

#b3172f Text Font Color

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

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


#b3172f Background Color

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

This div background color is #b3172f


#b3172f Border Color

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

This div border color is #b3172f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,23,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3172f


Comments

No comments written yet.

Please login to write comment.