Color Hex Logo

#820771 Color Hex

#820771
(130,7,113)
0 Favorites   0 Comments

Color spaces of #820771

RGB 1307113
HSL0.860.900.27
HSV308°95°51°
CMYK 0.000.950.13   0.49
XYZ12.26256.090016.1520
Yxy6.09000.35540.1765
Hunter Lab24.677945.5106-21.5315
CIE-Lab29.638455.9313-27.1861

#820771 color RGB value is (130,7,113).

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

The process color (four color CMYK) of #820771 color hex is 0.00, 0.95, 0.13, 0.49. Web safe color of #820771 is #990066. Color #820771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000111 01110001
Octal 202 7 161
Decimal 130 7 113
Hex 82 7 71

RGB Percentages of Color #820771

%52.00
%2.80
%45.20

CMYK Percentages of Color #820771

%0
%95
%13
%49

Triadic Colors of #820771

#820771 #718207 #077182

Analogous Colors of #820771

#820771 #820734 #560782

Monochromatic Colors of #820771

#820771

Complementary Color

#820771 #078218

#820771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820771 Color CSS Codes

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

#820771 Text Font Color

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

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


#820771 Background Color

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

This div background color is #820771


#820771 Border Color

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

This div border color is #820771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820771


Comments

No comments written yet.

Please login to write comment.