Color Hex Logo

#aa38fa Color Hex

#AA38FA
(170,56,250)
0 Favorites   0 Comments

Color spaces of #aa38fa

RGB 17056250
HSL0.760.950.60
HSV275°78°98°
CMYK 0.320.780.00   0.02
XYZ35.247118.276592.1125
Yxy18.27650.24200.1255
Hunter Lab42.751072.3543-97.8221
CIE-Lab49.829875.4747-75.6547

#aa38fa color RGB value is (170,56,250).

#aa38fa hex color red value is 170, green value is 56 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #aa38fa hue: 0.76 , saturation: 0.95 and the lightness value of aa38fa is 0.60.

The process color (four color CMYK) of #aa38fa color hex is 0.32, 0.78, 0.00, 0.02. Web safe color of #aa38fa is #9933ff. Color #aa38fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111000 11111010
Octal 252 70 372
Decimal 170 56 250
Hex AA 38 FA

RGB Percentages of Color #aa38fa

%35.71
%11.76
%52.52

CMYK Percentages of Color #aa38fa

%32
%78
%0
%2

Triadic Colors of #aa38fa

#aa38fa #faaa38 #38faaa

Analogous Colors of #aa38fa

#aa38fa #fa38e9 #4938fa

Monochromatic Colors of #aa38fa

#aa38fa

Complementary Color

#aa38fa #88fa38

#aa38fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa38fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa38fa Color CSS Codes

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

#aa38fa Text Font Color

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

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


#aa38fa Background Color

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

This div background color is #aa38fa


#aa38fa Border Color

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

This div border color is #aa38fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa38fa

Related Colors


Comments

No comments written yet.

Please login to write comment.