Color Hex Logo

#b0020e Color Hex

#B0020E
(176,2,14)
0 Favorites   0 Comments

Color spaces of #b0020e

RGB 176214
HSL0.990.980.35
HSV356°99°69°
CMYK 0.000.990.92   0.31
XYZ18.00559.30521.2626
Yxy9.30520.63020.3257
Hunter Lab30.504451.978418.8990
CIE-Lab36.565460.586145.3612

#b0020e color RGB value is (176,2,14).

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

The process color (four color CMYK) of #b0020e color hex is 0.00, 0.99, 0.92, 0.31. Web safe color of #b0020e is #990000. Color #b0020e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000010 00001110
Octal 260 2 16
Decimal 176 2 14
Hex B0 2 E

RGB Percentages of Color #b0020e

%91.67
%1.04
%7.29

CMYK Percentages of Color #b0020e

%0
%99
%92
%31

Triadic Colors of #b0020e

#b0020e #0eb002 #020eb0

Analogous Colors of #b0020e

#b0020e #b04d02 #b00265

Monochromatic Colors of #b0020e

#b0020e

Complementary Color

#b0020e #02b0a4

#b0020e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0020e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0020e Color CSS Codes

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

#b0020e Text Font Color

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

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


#b0020e Background Color

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

This div background color is #b0020e


#b0020e Border Color

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

This div border color is #b0020e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0020e


Comments

No comments written yet.

Please login to write comment.