Color Hex Logo

#b31502 Color Hex

#B31502
(179,21,2)
0 Favorites   0 Comments

Color spaces of #b31502

RGB 179212
HSL0.020.980.35
HSV99°70°
CMYK 0.000.880.99   0.30
XYZ18.869510.12441.0171
Yxy10.12440.62880.3374
Hunter Lab31.818950.172620.3780
CIE-Lab38.064858.644951.0942

#b31502 color RGB value is (179,21,2).

#b31502 hex color red value is 179, green value is 21 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #b31502 hue: 0.02 , saturation: 0.98 and the lightness value of b31502 is 0.35.

The process color (four color CMYK) of #b31502 color hex is 0.00, 0.88, 0.99, 0.30. Web safe color of #b31502 is #cc0000. Color #b31502 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010101 00000010
Octal 263 25 2
Decimal 179 21 2
Hex B3 15 2

RGB Percentages of Color #b31502

%88.61
%10.40
%0.99

CMYK Percentages of Color #b31502

%0
%88
%99
%30

Triadic Colors of #b31502

#b31502 #02b315 #1502b3

Analogous Colors of #b31502

#b31502 #b36e02 #b30247

Monochromatic Colors of #b31502

#b31502

Complementary Color

#b31502 #02a0b3

#b31502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31502 Color CSS Codes

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

#b31502 Text Font Color

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

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


#b31502 Background Color

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

This div background color is #b31502


#b31502 Border Color

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

This div border color is #b31502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31502


Comments

No comments written yet.

Please login to write comment.