Color Hex Logo

#822196 Color Hex

#822196
(130,33,150)
0 Favorites   0 Comments

Color spaces of #822196

RGB 13033150
HSL0.800.640.36
HSV290°78°59°
CMYK 0.130.780.00   0.41
XYZ15.25488.035529.6012
Yxy8.03550.28840.1519
Hunter Lab28.347046.4519-42.0705
CIE-Lab34.056755.9611-43.2580

#822196 color RGB value is (130,33,150).

#822196 hex color red value is 130, green value is 33 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #822196 hue: 0.80 , saturation: 0.64 and the lightness value of 822196 is 0.36.

The process color (four color CMYK) of #822196 color hex is 0.13, 0.78, 0.00, 0.41. Web safe color of #822196 is #993399. Color #822196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00100001 10010110
Octal 202 41 226
Decimal 130 33 150
Hex 82 21 96

RGB Percentages of Color #822196

%41.53
%10.54
%47.92

CMYK Percentages of Color #822196

%13
%78
%0
%41

Triadic Colors of #822196

#822196 #968221 #219682

Analogous Colors of #822196

#822196 #962170 #482196

Monochromatic Colors of #822196

#822196

Complementary Color

#822196 #359621

#822196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#822196 Color CSS Codes

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

#822196 Text Font Color

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

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


#822196 Background Color

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

This div background color is #822196


#822196 Border Color

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

This div border color is #822196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822196


Comments

No comments written yet.

Please login to write comment.