Color Hex Logo

#b31534 Color Hex

#B31534
(179,21,52)
0 Favorites   0 Comments

Color spaces of #b31534

RGB 1792152
HSL0.970.790.39
HSV348°88°70°
CMYK 0.000.880.71   0.30
XYZ19.478410.36804.2234
Yxy10.36800.57170.3043
Hunter Lab32.199451.631314.7629
CIE-Lab38.495059.894926.2555

#b31534 color RGB value is (179,21,52).

#b31534 hex color red value is 179, green value is 21 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #b31534 hue: 0.97 , saturation: 0.79 and the lightness value of b31534 is 0.39.

The process color (four color CMYK) of #b31534 color hex is 0.00, 0.88, 0.71, 0.30. Web safe color of #b31534 is #cc0033. Color #b31534 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010101 00110100
Octal 263 25 64
Decimal 179 21 52
Hex B3 15 34

RGB Percentages of Color #b31534

%71.03
%8.33
%20.63

CMYK Percentages of Color #b31534

%0
%88
%71
%30

Triadic Colors of #b31534

#b31534 #34b315 #1534b3

Analogous Colors of #b31534

#b31534 #b34515 #b31583

Monochromatic Colors of #b31534

#b31534

Complementary Color

#b31534 #15b394

#b31534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31534 Color CSS Codes

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

#b31534 Text Font Color

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

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


#b31534 Background Color

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

This div background color is #b31534


#b31534 Border Color

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

This div border color is #b31534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31534


Comments

No comments written yet.

Please login to write comment.