Color Hex Logo

#a529dc Color Hex

#A529DC
(165,41,220)
0 Favorites   0 Comments

Color spaces of #a529dc

RGB 16541220
HSL0.780.720.51
HSV282°81°86°
CMYK 0.250.810.00   0.14
XYZ29.228314.752569.0172
Yxy14.75250.25870.1306
Hunter Lab38.409068.6184-79.6521
CIE-Lab45.293373.2927-66.1242

#a529dc color RGB value is (165,41,220).

#a529dc hex color red value is 165, green value is 41 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a529dc hue: 0.78 , saturation: 0.72 and the lightness value of a529dc is 0.51.

The process color (four color CMYK) of #a529dc color hex is 0.25, 0.81, 0.00, 0.14. Web safe color of #a529dc is #9933cc. Color #a529dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101001 11011100
Octal 245 51 334
Decimal 165 41 220
Hex A5 29 DC

RGB Percentages of Color #a529dc

%38.73
%9.62
%51.64

CMYK Percentages of Color #a529dc

%25
%81
%0
%14

Triadic Colors of #a529dc

#a529dc #dca529 #29dca5

Analogous Colors of #a529dc

#a529dc #dc29ba #4c29dc

Monochromatic Colors of #a529dc

#a529dc

Complementary Color

#a529dc #60dc29

#a529dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a529dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a529dc Color CSS Codes

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

#a529dc Text Font Color

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

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


#a529dc Background Color

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

This div background color is #a529dc


#a529dc Border Color

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

This div border color is #a529dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a529dc


Comments

No comments written yet.

Please login to write comment.