Color Hex Logo

#a529fb Color Hex

#A529FB
(165,41,251)
0 Favorites   0 Comments

Color spaces of #a529fb

RGB 16541251
HSL0.770.960.57
HSV275°84°98°
CMYK 0.340.840.00   0.02
XYZ33.722616.550292.6839
Yxy16.55020.23590.1158
Hunter Lab40.681976.7712-106.6005
CIE-Lab47.688279.4500-79.7373

#a529fb color RGB value is (165,41,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101001 11111011
Octal 245 51 373
Decimal 165 41 251
Hex A5 29 FB

RGB Percentages of Color #a529fb

%36.11
%8.97
%54.92

CMYK Percentages of Color #a529fb

%34
%84
%0
%2

Triadic Colors of #a529fb

#a529fb #fba529 #29fba5

Analogous Colors of #a529fb

#a529fb #fb29e8 #3c29fb

Monochromatic Colors of #a529fb

#a529fb

Complementary Color

#a529fb #7ffb29

#a529fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a529fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a529fb Color CSS Codes

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

#a529fb Text Font Color

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

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


#a529fb Background Color

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

This div background color is #a529fb


#a529fb Border Color

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

This div border color is #a529fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a529fb


Comments

No comments written yet.

Please login to write comment.