Color Hex Logo

#a529ff Color Hex

#A529FF
(165,41,255)
0 Favorites   0 Comments

Color spaces of #a529ff

RGB 16541255
HSL0.761.000.58
HSV275°84°100°
CMYK 0.350.840.00   0.00
XYZ34.360016.805296.0405
Yxy16.80520.23340.1142
Hunter Lab40.994177.8733-110.2079
CIE-Lab48.013680.2635-81.4373

#a529ff color RGB value is (165,41,255).

#a529ff hex color red value is 165, green value is 41 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a529ff hue: 0.76 , saturation: 1.00 and the lightness value of a529ff is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101001 11111111
Octal 245 51 377
Decimal 165 41 255
Hex A5 29 FF

RGB Percentages of Color #a529ff

%35.79
%8.89
%55.31

CMYK Percentages of Color #a529ff

%35
%84
%0
%0

Triadic Colors of #a529ff

#a529ff #ffa529 #29ffa5

Analogous Colors of #a529ff

#a529ff #ff29ee #3a29ff

Monochromatic Colors of #a529ff

#a529ff

Complementary Color

#a529ff #83ff29

#a529ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a529ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a529ff Color CSS Codes

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

#a529ff Text Font Color

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

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


#a529ff Background Color

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

This div background color is #a529ff


#a529ff Border Color

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

This div border color is #a529ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,41,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a529ff


Comments

No comments written yet.

Please login to write comment.