Color Hex Logo

#b20501 Color Hex

#B20501
(178,5,1)
0 Favorites   0 Comments

Color spaces of #b20501

RGB 17851
HSL0.000.990.35
HSV99°70°
CMYK 0.000.970.99   0.30
XYZ18.41989.57570.9062
Yxy9.57570.63730.3313
Hunter Lab30.944652.099119.9250
CIE-Lab37.069960.597450.9518

#b20501 color RGB value is (178,5,1).

#b20501 hex color red value is 178, green value is 5 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #b20501 hue: 0.00 , saturation: 0.99 and the lightness value of b20501 is 0.35.

The process color (four color CMYK) of #b20501 color hex is 0.00, 0.97, 0.99, 0.30. Web safe color of #b20501 is #990000. Color #b20501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000101 00000001
Octal 262 5 1
Decimal 178 5 1
Hex B2 5 1

RGB Percentages of Color #b20501

%96.74
%2.72
%0.54

CMYK Percentages of Color #b20501

%0
%97
%99
%30

Triadic Colors of #b20501

#b20501 #01b205 #0501b2

Analogous Colors of #b20501

#b20501 #b25d01 #b20156

Monochromatic Colors of #b20501

#b20501

Complementary Color

#b20501 #01aeb2

#b20501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20501 Color CSS Codes

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

#b20501 Text Font Color

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

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


#b20501 Background Color

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

This div background color is #b20501


#b20501 Border Color

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

This div border color is #b20501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20501


Comments

No comments written yet.

Please login to write comment.