Color Hex Logo

#820119 Color Hex

#820119
(130,1,25)
0 Favorites   0 Comments

Color spaces of #820119

RGB 130125
HSL0.970.980.26
HSV349°99°51°
CMYK 0.000.990.81   0.49
XYZ9.39224.83771.3584
Yxy4.83770.60250.3103
Hunter Lab21.994837.732211.7346
CIE-Lab26.267348.973626.4887

#820119 color RGB value is (130,1,25).

#820119 hex color red value is 130, green value is 1 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #820119 hue: 0.97 , saturation: 0.98 and the lightness value of 820119 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000001 00011001
Octal 202 1 31
Decimal 130 1 25
Hex 82 1 19

RGB Percentages of Color #820119

%83.33
%0.64
%16.03

CMYK Percentages of Color #820119

%0
%99
%81
%49

Triadic Colors of #820119

#820119 #198201 #011982

Analogous Colors of #820119

#820119 #822a01 #82015a

Monochromatic Colors of #820119

#820119

Complementary Color

#820119 #01826a

#820119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820119 Color CSS Codes

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

#820119 Text Font Color

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

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


#820119 Background Color

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

This div background color is #820119


#820119 Border Color

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

This div border color is #820119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820119


Comments

No comments written yet.

Please login to write comment.