Color Hex Logo

#820707 Color Hex

#820707
(130,7,7)
1 Favorites   1 Comments

Color spaces of #820707

RGB 13077
HSL0.000.900.27
HSV95°51°
CMYK 0.000.950.95   0.49
XYZ9.32034.91310.6581
Yxy4.91310.62590.3299
Hunter Lab22.165536.267213.7555
CIE-Lab26.485747.440636.2520

#820707 color RGB value is (130,7,7).

#820707 hex color red value is 130, green value is 7 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #820707 hue: 0.00 , saturation: 0.90 and the lightness value of 820707 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000111 00000111
Octal 202 7 7
Decimal 130 7 7
Hex 82 7 7

RGB Percentages of Color #820707

%90.28
%4.86
%4.86

CMYK Percentages of Color #820707

%0
%95
%95
%49

Triadic Colors of #820707

#820707 #078207 #070782

Analogous Colors of #820707

#820707 #824507 #820745

Monochromatic Colors of #820707

#820707

Complementary Color

#820707 #078282

#820707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820707 Color CSS Codes

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

#820707 Text Font Color

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

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


#820707 Background Color

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

This div background color is #820707


#820707 Border Color

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

This div border color is #820707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820707


Comments

6 Mar 2018, 10:08 EdgyApple

hey, i bled a little and it was this colour, thx mr.colour website p.s, colour is spelled with a U, stop correcting me

Please login to write comment.