Color Hex Logo

#aa82ef Color Hex

#AA82EF
(170,130,239)
0 Favorites   0 Comments

Color spaces of #aa82ef

RGB 170130239
HSL0.730.770.72
HSV262°46°94°
CMYK 0.290.460.00   0.06
XYZ40.140230.743385.4798
Yxy30.74330.25670.1966
Hunter Lab55.446632.1922-52.5923
CIE-Lab62.290337.6733-49.5173

#aa82ef color RGB value is (170,130,239).

#aa82ef hex color red value is 170, green value is 130 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aa82ef hue: 0.73 , saturation: 0.77 and the lightness value of aa82ef is 0.72.

The process color (four color CMYK) of #aa82ef color hex is 0.29, 0.46, 0.00, 0.06. Web safe color of #aa82ef is #9999ff. Color #aa82ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000010 11101111
Octal 252 202 357
Decimal 170 130 239
Hex AA 82 EF

RGB Percentages of Color #aa82ef

%31.54
%24.12
%44.34

CMYK Percentages of Color #aa82ef

%29
%46
%0
%6

Triadic Colors of #aa82ef

#aa82ef #efaa82 #82efaa

Analogous Colors of #aa82ef

#aa82ef #e182ef #8291ef

Monochromatic Colors of #aa82ef

#aa82ef

Complementary Color

#aa82ef #c7ef82

#aa82ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa82ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa82ef Color CSS Codes

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

#aa82ef Text Font Color

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

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


#aa82ef Background Color

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

This div background color is #aa82ef


#aa82ef Border Color

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

This div border color is #aa82ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa82ef


Comments

No comments written yet.

Please login to write comment.