Color Hex Logo

#822eaa Color Hex

#822EAA
(130,46,170)
0 Favorites   0 Comments

Color spaces of #822eaa

RGB 13046170
HSL0.780.570.42
HSV281°73°67°
CMYK 0.240.730.00   0.33
XYZ17.43869.602138.9645
Yxy9.60210.26420.1455
Hunter Lab30.987346.2262-52.8623
CIE-Lab37.118655.1556-50.4090

#822eaa color RGB value is (130,46,170).

#822eaa hex color red value is 130, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #822eaa hue: 0.78 , saturation: 0.57 and the lightness value of 822eaa is 0.42.

The process color (four color CMYK) of #822eaa color hex is 0.24, 0.73, 0.00, 0.33. Web safe color of #822eaa is #993399. Color #822eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101110 10101010
Octal 202 56 252
Decimal 130 46 170
Hex 82 2E AA

RGB Percentages of Color #822eaa

%37.57
%13.29
%49.13

CMYK Percentages of Color #822eaa

%24
%73
%0
%33

Triadic Colors of #822eaa

#822eaa #aa822e #2eaa82

Analogous Colors of #822eaa

#822eaa #aa2e94 #442eaa

Monochromatic Colors of #822eaa

#822eaa

Complementary Color

#822eaa #56aa2e

#822eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#822eaa Color CSS Codes

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

#822eaa Text Font Color

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

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


#822eaa Background Color

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

This div background color is #822eaa


#822eaa Border Color

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

This div border color is #822eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,46,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #822eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #822eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #822eaa;
  box-shadow:         1px 1px 3px 2px #822eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822eaa


Comments

No comments written yet.

Please login to write comment.