Color Hex Logo

#aa34fd Color Hex

#AA34FD
(170,52,253)
0 Favorites   0 Comments

Color spaces of #aa34fd

RGB 17052253
HSL0.760.980.60
HSV275°79°99°
CMYK 0.330.790.00   0.01
XYZ35.535218.093994.5481
Yxy18.09390.23980.1221
Hunter Lab42.536974.6787-102.0098
CIE-Lab49.609877.3989-77.6866

#aa34fd color RGB value is (170,52,253).

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

The process color (four color CMYK) of #aa34fd color hex is 0.33, 0.79, 0.00, 0.01. Web safe color of #aa34fd is #9933ff. Color #aa34fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110100 11111101
Octal 252 64 375
Decimal 170 52 253
Hex AA 34 FD

RGB Percentages of Color #aa34fd

%35.79
%10.95
%53.26

CMYK Percentages of Color #aa34fd

%33
%79
%0
%1

Triadic Colors of #aa34fd

#aa34fd #fdaa34 #34fdaa

Analogous Colors of #aa34fd

#aa34fd #fd34ec #4634fd

Monochromatic Colors of #aa34fd

#aa34fd

Complementary Color

#aa34fd #87fd34

#aa34fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa34fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa34fd Color CSS Codes

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

#aa34fd Text Font Color

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

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


#aa34fd Background Color

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

This div background color is #aa34fd


#aa34fd Border Color

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

This div border color is #aa34fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa34fd

Related Colors


Comments

No comments written yet.

Please login to write comment.