Color Hex Logo

#b31747 Color Hex

#B31747
(179,23,71)
0 Favorites   0 Comments

Color spaces of #b31747

RGB 1792371
HSL0.950.770.40
HSV342°87°70°
CMYK 0.000.870.60   0.30
XYZ20.034110.65146.9613
Yxy10.65140.53220.2829
Hunter Lab32.636552.459410.1991
CIE-Lab38.987060.551014.8328

#b31747 color RGB value is (179,23,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010111 01000111
Octal 263 27 107
Decimal 179 23 71
Hex B3 17 47

RGB Percentages of Color #b31747

%65.57
%8.42
%26.01

CMYK Percentages of Color #b31747

%0
%87
%60
%30

Triadic Colors of #b31747

#b31747 #47b317 #1747b3

Analogous Colors of #b31747

#b31747 #b33517 #b31795

Monochromatic Colors of #b31747

#b31747

Complementary Color

#b31747 #17b383

#b31747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31747 Color CSS Codes

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

#b31747 Text Font Color

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

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


#b31747 Background Color

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

This div background color is #b31747


#b31747 Border Color

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

This div border color is #b31747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31747


Comments

No comments written yet.

Please login to write comment.