Color Hex Logo

#821059 Color Hex

#821059
(130,16,89)
0 Favorites   0 Comments

Color spaces of #821059

RGB 1301689
HSL0.890.780.29
HSV322°88°51°
CMYK 0.000.880.32   0.49
XYZ11.19445.83779.9880
Yxy5.83770.41430.2161
Hunter Lab24.161340.4201-7.5968
CIE-Lab28.999251.1269-12.6143

#821059 color RGB value is (130,16,89).

#821059 hex color red value is 130, green value is 16 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #821059 hue: 0.89 , saturation: 0.78 and the lightness value of 821059 is 0.29.

The process color (four color CMYK) of #821059 color hex is 0.00, 0.88, 0.32, 0.49. Web safe color of #821059 is #990066. Color #821059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010000 01011001
Octal 202 20 131
Decimal 130 16 89
Hex 82 10 59

RGB Percentages of Color #821059

%55.32
%6.81
%37.87

CMYK Percentages of Color #821059

%0
%88
%32
%49

Triadic Colors of #821059

#821059 #598210 #105982

Analogous Colors of #821059

#821059 #821020 #721082

Monochromatic Colors of #821059

#821059

Complementary Color

#821059 #108239

#821059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821059 Color CSS Codes

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

#821059 Text Font Color

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

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


#821059 Background Color

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

This div background color is #821059


#821059 Border Color

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

This div border color is #821059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821059


Comments

No comments written yet.

Please login to write comment.