Color Hex Logo

#b0082d Color Hex

#B0082D
(176,8,45)
0 Favorites   0 Comments

Color spaces of #b0082d

RGB 176845
HSL0.960.910.36
HSV347°95°69°
CMYK 0.000.950.74   0.31
XYZ18.46509.59323.3611
Yxy9.59320.58770.3053
Hunter Lab30.972952.213215.2470
CIE-Lab37.102260.694628.8166

#b0082d color RGB value is (176,8,45).

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

The process color (four color CMYK) of #b0082d color hex is 0.00, 0.95, 0.74, 0.31. Web safe color of #b0082d is #990033. Color #b0082d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001000 00101101
Octal 260 10 55
Decimal 176 8 45
Hex B0 8 2D

RGB Percentages of Color #b0082d

%76.86
%3.49
%19.65

CMYK Percentages of Color #b0082d

%0
%95
%74
%31

Triadic Colors of #b0082d

#b0082d #2db008 #082db0

Analogous Colors of #b0082d

#b0082d #b03708 #b00881

Monochromatic Colors of #b0082d

#b0082d

Complementary Color

#b0082d #08b08b

#b0082d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0082d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0082d Color CSS Codes

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

#b0082d Text Font Color

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

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


#b0082d Background Color

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

This div background color is #b0082d


#b0082d Border Color

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

This div border color is #b0082d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0082d


Comments

No comments written yet.

Please login to write comment.