Color Hex Logo

#a529fa Color Hex

#A529FA
(165,41,250)
0 Favorites   0 Comments

Color spaces of #a529fa

RGB 16541250
HSL0.770.950.57
HSV276°84°98°
CMYK 0.340.840.00   0.02
XYZ33.565316.487391.8558
Yxy16.48730.23650.1162
Hunter Lab40.604676.4970-105.7029
CIE-Lab47.607479.2470-79.3104

#a529fa color RGB value is (165,41,250).

#a529fa hex color red value is 165, green value is 41 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a529fa hue: 0.77 , saturation: 0.95 and the lightness value of a529fa is 0.57.

The process color (four color CMYK) of #a529fa color hex is 0.34, 0.84, 0.00, 0.02. Web safe color of #a529fa is #9933ff. Color #a529fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101001 11111010
Octal 245 51 372
Decimal 165 41 250
Hex A5 29 FA

RGB Percentages of Color #a529fa

%36.18
%8.99
%54.82

CMYK Percentages of Color #a529fa

%34
%84
%0
%2

Triadic Colors of #a529fa

#a529fa #faa529 #29faa5

Analogous Colors of #a529fa

#a529fa #fa29e7 #3d29fa

Monochromatic Colors of #a529fa

#a529fa

Complementary Color

#a529fa #7efa29

#a529fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a529fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a529fa Color CSS Codes

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

#a529fa Text Font Color

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

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


#a529fa Background Color

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

This div background color is #a529fa


#a529fa Border Color

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

This div border color is #a529fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,41,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 #a529fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a529fa


Comments

No comments written yet.

Please login to write comment.