Color Hex Logo

#820721 Color Hex

#820721
(130,7,33)
0 Favorites   0 Comments

Color spaces of #820721

RGB 130733
HSL0.960.900.27
HSV347°95°51°
CMYK 0.000.950.75   0.49
XYZ9.55645.00761.9017
Yxy5.00760.58040.3041
Hunter Lab22.377737.067610.6258
CIE-Lab26.756448.204621.8271

#820721 color RGB value is (130,7,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000111 00100001
Octal 202 7 41
Decimal 130 7 33
Hex 82 7 21

RGB Percentages of Color #820721

%76.47
%4.12
%19.41

CMYK Percentages of Color #820721

%0
%95
%75
%49

Triadic Colors of #820721

#820721 #218207 #072182

Analogous Colors of #820721

#820721 #822b07 #82075e

Monochromatic Colors of #820721

#820721

Complementary Color

#820721 #078268

#820721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820721 Color CSS Codes

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

#820721 Text Font Color

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

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


#820721 Background Color

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

This div background color is #820721


#820721 Border Color

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

This div border color is #820721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820721


Comments

No comments written yet.

Please login to write comment.