Color Hex Logo

#b3173d Color Hex

#B3173D
(179,23,61)
1 Favorites   0 Comments

Color spaces of #b3173d

RGB 1792361
HSL0.960.770.40
HSV345°87°70°
CMYK 0.000.870.66   0.30
XYZ19.739110.53345.4077
Yxy10.53340.55320.2952
Hunter Lab32.455251.766312.8397
CIE-Lab38.783259.961820.9380

#b3173d color RGB value is (179,23,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010111 00111101
Octal 263 27 75
Decimal 179 23 61
Hex B3 17 3D

RGB Percentages of Color #b3173d

%68.06
%8.75
%23.19

CMYK Percentages of Color #b3173d

%0
%87
%66
%30

Triadic Colors of #b3173d

#b3173d #3db317 #173db3

Analogous Colors of #b3173d

#b3173d #b33f17 #b3178b

Monochromatic Colors of #b3173d

#b3173d

Complementary Color

#b3173d #17b38d

#b3173d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3173d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3173d Color CSS Codes

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

#b3173d Text Font Color

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

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


#b3173d Background Color

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

This div background color is #b3173d


#b3173d Border Color

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

This div border color is #b3173d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3173d


Comments

No comments written yet.

Please login to write comment.