Color Hex Logo

#822697 Color Hex

#822697
(130,38,151)
0 Favorites   0 Comments

Color spaces of #822697

RGB 13038151
HSL0.800.600.37
HSV289°75°59°
CMYK 0.140.750.00   0.41
XYZ15.48498.366430.0769
Yxy8.36640.28710.1551
Hunter Lab28.924744.9420-41.4044
CIE-Lab34.734654.3986-42.7795

#822697 color RGB value is (130,38,151).

#822697 hex color red value is 130, green value is 38 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #822697 hue: 0.80 , saturation: 0.60 and the lightness value of 822697 is 0.37.

The process color (four color CMYK) of #822697 color hex is 0.14, 0.75, 0.00, 0.41. Web safe color of #822697 is #993399. Color #822697 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00100110 10010111
Octal 202 46 227
Decimal 130 38 151
Hex 82 26 97

RGB Percentages of Color #822697

%40.75
%11.91
%47.34

CMYK Percentages of Color #822697

%14
%75
%0
%41

Triadic Colors of #822697

#822697 #978226 #269782

Analogous Colors of #822697

#822697 #972674 #4a2697

Monochromatic Colors of #822697

#822697

Complementary Color

#822697 #3b9726

#822697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#822697 Color CSS Codes

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

#822697 Text Font Color

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

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


#822697 Background Color

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

This div background color is #822697


#822697 Border Color

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

This div border color is #822697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822697


Comments

No comments written yet.

Please login to write comment.