Color Hex Logo

#8a071c Color Hex

#8A071C
(138,7,28)
0 Favorites   0 Comments

Color spaces of #8a071c

RGB 138728
HSL0.970.900.28
HSV350°95°54°
CMYK 0.000.950.80   0.46
XYZ10.76685.63911.6196
Yxy5.63910.59730.3128
Hunter Lab23.746839.375112.5790
CIE-Lab28.483150.190727.5084

#8a071c color RGB value is (138,7,28).

#8a071c hex color red value is 138, green value is 7 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #8a071c hue: 0.97 , saturation: 0.90 and the lightness value of 8a071c is 0.28.

The process color (four color CMYK) of #8a071c color hex is 0.00, 0.95, 0.80, 0.46. Web safe color of #8a071c is #990033. Color #8a071c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00000111 00011100
Octal 212 7 34
Decimal 138 7 28
Hex 8A 7 1C

RGB Percentages of Color #8a071c

%79.77
%4.05
%16.18

CMYK Percentages of Color #8a071c

%0
%95
%80
%46

Triadic Colors of #8a071c

#8a071c #1c8a07 #071c8a

Analogous Colors of #8a071c

#8a071c #8a3407 #8a075d

Monochromatic Colors of #8a071c

#8a071c

Complementary Color

#8a071c #078a75

#8a071c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a071c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a071c Color CSS Codes

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

#8a071c Text Font Color

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

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


#8a071c Background Color

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

This div background color is #8a071c


#8a071c Border Color

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

This div border color is #8a071c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,7,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a071c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a071c;
  -webkit-box-shadow: 1px 1px 3px 2px #8a071c;
  box-shadow:         1px 1px 3px 2px #8a071c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a071c


Comments

No comments written yet.

Please login to write comment.