Color Hex Logo

#b50202 Color Hex

#B50202
(181,2,2)
0 Favorites   0 Comments

Color spaces of #b50202

RGB 18122
HSL0.000.980.36
HSV99°71°
CMYK 0.000.990.99   0.29
XYZ19.08879.87160.9567
Yxy9.87160.63810.3300
Hunter Lab31.419153.464420.1880
CIE-Lab37.611061.725951.1624

#b50202 color RGB value is (181,2,2).

#b50202 hex color red value is 181, green value is 2 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #b50202 hue: 0.00 , saturation: 0.98 and the lightness value of b50202 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000010 00000010
Octal 265 2 2
Decimal 181 2 2
Hex B5 2 2

RGB Percentages of Color #b50202

%97.84
%1.08
%1.08

CMYK Percentages of Color #b50202

%0
%99
%99
%29

Triadic Colors of #b50202

#b50202 #02b502 #0202b5

Analogous Colors of #b50202

#b50202 #b55c02 #b5025c

Monochromatic Colors of #b50202

#b50202

Complementary Color

#b50202 #02b5b5

#b50202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50202 Color CSS Codes

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

#b50202 Text Font Color

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

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


#b50202 Background Color

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

This div background color is #b50202


#b50202 Border Color

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

This div border color is #b50202


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,2,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 #b50202">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50202


Comments

No comments written yet.

Please login to write comment.