Color Hex Logo

#aa83fc Color Hex

#AA83FC
(170,131,252)
0 Favorites   0 Comments

Color spaces of #aa83fc

RGB 170131252
HSL0.720.950.75
HSV259°48°99°
CMYK 0.330.480.00   0.01
XYZ42.264631.806996.0072
Yxy31.80690.24850.1870
Hunter Lab56.397635.0728-61.4527
CIE-Lab63.183040.3302-55.2611

#aa83fc color RGB value is (170,131,252).

#aa83fc hex color red value is 170, green value is 131 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aa83fc hue: 0.72 , saturation: 0.95 and the lightness value of aa83fc is 0.75.

The process color (four color CMYK) of #aa83fc color hex is 0.33, 0.48, 0.00, 0.01. Web safe color of #aa83fc is #9999ff. Color #aa83fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000011 11111100
Octal 252 203 374
Decimal 170 131 252
Hex AA 83 FC

RGB Percentages of Color #aa83fc

%30.74
%23.69
%45.57

CMYK Percentages of Color #aa83fc

%33
%48
%0
%1

Triadic Colors of #aa83fc

#aa83fc #fcaa83 #83fcaa

Analogous Colors of #aa83fc

#aa83fc #e783fc #8399fc

Monochromatic Colors of #aa83fc

#aa83fc

Complementary Color

#aa83fc #d5fc83

#aa83fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa83fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa83fc Color CSS Codes

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

#aa83fc Text Font Color

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

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


#aa83fc Background Color

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

This div background color is #aa83fc


#aa83fc Border Color

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

This div border color is #aa83fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa83fc

Related Colors


Comments

No comments written yet.

Please login to write comment.