Color Hex Logo

#820856 Color Hex

#820856
(130,8,86)
0 Favorites   0 Comments

Color spaces of #820856

RGB 130886
HSL0.890.880.27
HSV322°94°51°
CMYK 0.000.940.34   0.49
XYZ10.97255.59149.3050
Yxy5.59140.42420.2161
Hunter Lab23.646141.4485-6.7789
CIE-Lab28.357352.2638-11.6164

#820856 color RGB value is (130,8,86).

#820856 hex color red value is 130, green value is 8 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #820856 hue: 0.89 , saturation: 0.88 and the lightness value of 820856 is 0.27.

The process color (four color CMYK) of #820856 color hex is 0.00, 0.94, 0.34, 0.49. Web safe color of #820856 is #990066. Color #820856 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001000 01010110
Octal 202 10 126
Decimal 130 8 86
Hex 82 8 56

RGB Percentages of Color #820856

%58.04
%3.57
%38.39

CMYK Percentages of Color #820856

%0
%94
%34
%49

Triadic Colors of #820856

#820856 #568208 #085682

Analogous Colors of #820856

#820856 #820819 #710882

Monochromatic Colors of #820856

#820856

Complementary Color

#820856 #088234

#820856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820856 Color CSS Codes

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

#820856 Text Font Color

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

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


#820856 Background Color

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

This div background color is #820856


#820856 Border Color

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

This div border color is #820856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820856


Comments

No comments written yet.

Please login to write comment.