Color Hex Logo

#a834aa Color Hex

#A834AA
(168,52,170)
0 Favorites   0 Comments

Color spaces of #a834aa

RGB 16852170
HSL0.830.530.44
HSV299°69°67°
CMYK 0.010.690.00   0.33
XYZ24.632113.683139.3731
Yxy13.68310.31710.1761
Hunter Lab36.990754.1295-37.2152
CIE-Lab43.775061.1292-39.4271

#a834aa color RGB value is (168,52,170).

#a834aa hex color red value is 168, green value is 52 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a834aa hue: 0.83 , saturation: 0.53 and the lightness value of a834aa is 0.44.

The process color (four color CMYK) of #a834aa color hex is 0.01, 0.69, 0.00, 0.33. Web safe color of #a834aa is #993399. Color #a834aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110100 10101010
Octal 250 64 252
Decimal 168 52 170
Hex A8 34 AA

RGB Percentages of Color #a834aa

%43.08
%13.33
%43.59

CMYK Percentages of Color #a834aa

%1
%69
%0
%33

Triadic Colors of #a834aa

#a834aa #aaa834 #34aaa8

Analogous Colors of #a834aa

#a834aa #aa3471 #6d34aa

Monochromatic Colors of #a834aa

#a834aa

Complementary Color

#a834aa #36aa34

#a834aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a834aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a834aa Color CSS Codes

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

#a834aa Text Font Color

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

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


#a834aa Background Color

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

This div background color is #a834aa


#a834aa Border Color

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

This div border color is #a834aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a834aa


Comments

No comments written yet.

Please login to write comment.