Color Hex Logo

#a529ce Color Hex

#A529CE
(165,41,206)
0 Favorites   0 Comments

Color spaces of #a529ce

RGB 16541206
HSL0.790.670.48
HSV285°80°81°
CMYK 0.200.800.00   0.19
XYZ27.450614.041459.6560
Yxy14.04140.27140.1388
Hunter Lab37.471965.1872-68.1607
CIE-Lab44.292270.6219-59.7024

#a529ce color RGB value is (165,41,206).

#a529ce hex color red value is 165, green value is 41 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a529ce hue: 0.79 , saturation: 0.67 and the lightness value of a529ce is 0.48.

The process color (four color CMYK) of #a529ce color hex is 0.20, 0.80, 0.00, 0.19. Web safe color of #a529ce is #9933cc. Color #a529ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101001 11001110
Octal 245 51 316
Decimal 165 41 206
Hex A5 29 CE

RGB Percentages of Color #a529ce

%40.05
%9.95
%50.00

CMYK Percentages of Color #a529ce

%20
%80
%0
%19

Triadic Colors of #a529ce

#a529ce #cea529 #29cea5

Analogous Colors of #a529ce

#a529ce #ce29a5 #5329ce

Monochromatic Colors of #a529ce

#a529ce

Complementary Color

#a529ce #52ce29

#a529ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a529ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a529ce Color CSS Codes

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

#a529ce Text Font Color

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

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


#a529ce Background Color

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

This div background color is #a529ce


#a529ce Border Color

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

This div border color is #a529ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a529ce


Comments

No comments written yet.

Please login to write comment.