Color Hex Logo

#820932 Color Hex

#820932
(130,9,50)
0 Favorites   0 Comments

Color spaces of #820932

RGB 130950
HSL0.940.870.27
HSV340°93°51°
CMYK 0.000.930.62   0.49
XYZ9.87935.17153.4951
Yxy5.17150.53270.2788
Hunter Lab22.740937.74886.8063
CIE-Lab27.217948.805210.9517

#820932 color RGB value is (130,9,50).

#820932 hex color red value is 130, green value is 9 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #820932 hue: 0.94 , saturation: 0.87 and the lightness value of 820932 is 0.27.

The process color (four color CMYK) of #820932 color hex is 0.00, 0.93, 0.62, 0.49. Web safe color of #820932 is #990033. Color #820932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001001 00110010
Octal 202 11 62
Decimal 130 9 50
Hex 82 9 32

RGB Percentages of Color #820932

%68.78
%4.76
%26.46

CMYK Percentages of Color #820932

%0
%93
%62
%49

Triadic Colors of #820932

#820932 #328209 #093282

Analogous Colors of #820932

#820932 #821d09 #82096f

Monochromatic Colors of #820932

#820932

Complementary Color

#820932 #098259

#820932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820932 Color CSS Codes

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

#820932 Text Font Color

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

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


#820932 Background Color

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

This div background color is #820932


#820932 Border Color

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

This div border color is #820932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820932


Comments

No comments written yet.

Please login to write comment.