Color Hex Logo

#b00811 Color Hex

#B00811
(176,8,17)
0 Favorites   0 Comments

Color spaces of #b00811

RGB 176817
HSL0.990.910.36
HSV357°95°69°
CMYK 0.000.950.90   0.31
XYZ18.09259.44421.3997
Yxy9.44420.62530.3264
Hunter Lab30.731451.308318.8116
CIE-Lab36.825859.925344.2277

#b00811 color RGB value is (176,8,17).

#b00811 hex color red value is 176, green value is 8 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #b00811 hue: 0.99 , saturation: 0.91 and the lightness value of b00811 is 0.36.

The process color (four color CMYK) of #b00811 color hex is 0.00, 0.95, 0.90, 0.31. Web safe color of #b00811 is #990000. Color #b00811 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001000 00010001
Octal 260 10 21
Decimal 176 8 17
Hex B0 8 11

RGB Percentages of Color #b00811

%87.56
%3.98
%8.46

CMYK Percentages of Color #b00811

%0
%95
%90
%31

Triadic Colors of #b00811

#b00811 #11b008 #0811b0

Analogous Colors of #b00811

#b00811 #b05308 #b00865

Monochromatic Colors of #b00811

#b00811

Complementary Color

#b00811 #08b0a7

#b00811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00811 Color CSS Codes

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

#b00811 Text Font Color

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

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


#b00811 Background Color

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

This div background color is #b00811


#b00811 Border Color

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

This div border color is #b00811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00811


Comments

No comments written yet.

Please login to write comment.