Color Hex Logo

#8b050c Color Hex

#8B050C
(139,5,12)
0 Favorites   0 Comments

Color spaces of #8b050c

RGB 139512
HSL0.990.930.28
HSV357°96°55°
CMYK 0.000.960.91   0.45
XYZ10.76815.62410.8658
Yxy5.62410.62390.3259
Hunter Lab23.715239.548014.4361
CIE-Lab28.443650.370636.6567

#8b050c color RGB value is (139,5,12).

#8b050c hex color red value is 139, green value is 5 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #8b050c hue: 0.99 , saturation: 0.93 and the lightness value of 8b050c is 0.28.

The process color (four color CMYK) of #8b050c color hex is 0.00, 0.96, 0.91, 0.45. Web safe color of #8b050c is #990000. Color #8b050c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00000101 00001100
Octal 213 5 14
Decimal 139 5 12
Hex 8B 5 C

RGB Percentages of Color #8b050c

%89.10
%3.21
%7.69

CMYK Percentages of Color #8b050c

%0
%96
%91
%45

Triadic Colors of #8b050c

#8b050c #0c8b05 #050c8b

Analogous Colors of #8b050c

#8b050c #8b4105 #8b054f

Monochromatic Colors of #8b050c

#8b050c

Complementary Color

#8b050c #058b84

#8b050c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b050c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b050c Color CSS Codes

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

#8b050c Text Font Color

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

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


#8b050c Background Color

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

This div background color is #8b050c


#8b050c Border Color

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

This div border color is #8b050c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,5,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b050c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b050c;
  -webkit-box-shadow: 1px 1px 3px 2px #8b050c;
  box-shadow:         1px 1px 3px 2px #8b050c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b050c


Comments

No comments written yet.

Please login to write comment.