Color Hex Logo

#aa34df Color Hex

#AA34DF
(170,52,223)
0 Favorites   0 Comments

Color spaces of #aa34df

RGB 17052223
HSL0.780.730.54
HSV281°77°87°
CMYK 0.240.770.00   0.13
XYZ31.124816.329771.3235
Yxy16.32970.26200.1375
Hunter Lab40.410066.7676-76.3596
CIE-Lab47.404171.3414-64.3777

#aa34df color RGB value is (170,52,223).

#aa34df hex color red value is 170, green value is 52 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aa34df hue: 0.78 , saturation: 0.73 and the lightness value of aa34df is 0.54.

The process color (four color CMYK) of #aa34df color hex is 0.24, 0.77, 0.00, 0.13. Web safe color of #aa34df is #9933cc. Color #aa34df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110100 11011111
Octal 252 64 337
Decimal 170 52 223
Hex AA 34 DF

RGB Percentages of Color #aa34df

%38.20
%11.69
%50.11

CMYK Percentages of Color #aa34df

%24
%77
%0
%13

Triadic Colors of #aa34df

#aa34df #dfaa34 #34dfaa

Analogous Colors of #aa34df

#aa34df #df34bf #5534df

Monochromatic Colors of #aa34df

#aa34df

Complementary Color

#aa34df #69df34

#aa34df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa34df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa34df Color CSS Codes

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

#aa34df Text Font Color

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

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


#aa34df Background Color

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

This div background color is #aa34df


#aa34df Border Color

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

This div border color is #aa34df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa34df


Comments

No comments written yet.

Please login to write comment.