Color Hex Logo

#827aaa Color Hex

#827AAA
(130,122,170)
0 Favorites   0 Comments

Color spaces of #827aaa

RGB 130122170
HSL0.690.220.57
HSV250°28°67°
CMYK 0.240.280.00   0.33
XYZ23.421221.567240.9587
Yxy21.56720.27250.2509
Hunter Lab46.44058.7515-19.7831
CIE-Lab53.564813.6202-24.4358

#827aaa color RGB value is (130,122,170).

#827aaa hex color red value is 130, green value is 122 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #827aaa hue: 0.69 , saturation: 0.22 and the lightness value of 827aaa is 0.57.

The process color (four color CMYK) of #827aaa color hex is 0.24, 0.28, 0.00, 0.33. Web safe color of #827aaa is #996699. Color #827aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111010 10101010
Octal 202 172 252
Decimal 130 122 170
Hex 82 7A AA

RGB Percentages of Color #827aaa

%30.81
%28.91
%40.28

CMYK Percentages of Color #827aaa

%24
%28
%0
%33

Triadic Colors of #827aaa

#827aaa #aa827a #7aaa82

Analogous Colors of #827aaa

#827aaa #9a7aaa #7a8aaa

Monochromatic Colors of #827aaa

#827aaa

Complementary Color

#827aaa #a2aa7a

#827aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#827aaa Color CSS Codes

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

#827aaa Text Font Color

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

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


#827aaa Background Color

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

This div background color is #827aaa


#827aaa Border Color

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

This div border color is #827aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827aaa


Comments

No comments written yet.

Please login to write comment.