Color Hex Logo

#b20800 Color Hex

#B20800
(178,8,0)
0 Favorites   0 Comments

Color spaces of #b20800

RGB 17880
HSL0.011.000.35
HSV100°70°
CMYK 0.000.961.00   0.30
XYZ18.44699.63860.8882
Yxy9.63860.63670.3327
Hunter Lab31.046151.730120.0360
CIE-Lab37.185860.239451.4092

#b20800 color RGB value is (178,8,0).

#b20800 hex color red value is 178, green value is 8 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #b20800 hue: 0.01 , saturation: 1.00 and the lightness value of b20800 is 0.35.

The process color (four color CMYK) of #b20800 color hex is 0.00, 0.96, 1.00, 0.30. Web safe color of #b20800 is #990000. Color #b20800 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001000 00000000
Octal 262 10 0
Decimal 178 8 0
Hex B2 8 0

RGB Percentages of Color #b20800

%95.70
%4.30
%0.00

CMYK Percentages of Color #b20800

%0
%96
%100
%30

Triadic Colors of #b20800

#b20800 #00b208 #0800b2

Analogous Colors of #b20800

#b20800 #b26100 #b20051

Monochromatic Colors of #b20800

#b20800

Complementary Color

#b20800 #00aab2

#b20800 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20800 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20800 Color CSS Codes

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

#b20800 Text Font Color

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

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


#b20800 Background Color

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

This div background color is #b20800


#b20800 Border Color

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

This div border color is #b20800


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20800


Comments

No comments written yet.

Please login to write comment.