Color Hex Logo

#824aaa Color Hex

#824AAA
(130,74,170)
0 Favorites   0 Comments

Color spaces of #824aaa

RGB 13074170
HSL0.760.390.48
HSV275°56°67°
CMYK 0.240.560.00   0.33
XYZ18.910412.545739.4551
Yxy12.54570.26670.1769
Hunter Lab35.419933.3148-41.2506
CIE-Lab42.070641.5890-42.4645

#824aaa color RGB value is (130,74,170).

#824aaa hex color red value is 130, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #824aaa hue: 0.76 , saturation: 0.39 and the lightness value of 824aaa is 0.48.

The process color (four color CMYK) of #824aaa color hex is 0.24, 0.56, 0.00, 0.33. Web safe color of #824aaa is #993399. Color #824aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001010 10101010
Octal 202 112 252
Decimal 130 74 170
Hex 82 4A AA

RGB Percentages of Color #824aaa

%34.76
%19.79
%45.45

CMYK Percentages of Color #824aaa

%24
%56
%0
%33

Triadic Colors of #824aaa

#824aaa #aa824a #4aaa82

Analogous Colors of #824aaa

#824aaa #aa4aa2 #524aaa

Monochromatic Colors of #824aaa

#824aaa

Complementary Color

#824aaa #72aa4a

#824aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#824aaa Color CSS Codes

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

#824aaa Text Font Color

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

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


#824aaa Background Color

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

This div background color is #824aaa


#824aaa Border Color

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

This div border color is #824aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,74,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 #824aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824aaa


Comments

No comments written yet.

Please login to write comment.