Color Hex Logo

#a520ce Color Hex

#A520CE
(165,32,206)
0 Favorites   0 Comments

Color spaces of #a520ce

RGB 16532206
HSL0.790.730.47
HSV286°84°81°
CMYK 0.200.840.00   0.19
XYZ27.174113.488659.5638
Yxy13.48860.27110.1346
Hunter Lab36.726867.7998-70.4481
CIE-Lab43.490472.9647-61.0005

#a520ce color RGB value is (165,32,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100000 11001110
Octal 245 40 316
Decimal 165 32 206
Hex A5 20 CE

RGB Percentages of Color #a520ce

%40.94
%7.94
%51.12

CMYK Percentages of Color #a520ce

%20
%84
%0
%19

Triadic Colors of #a520ce

#a520ce #cea520 #20cea5

Analogous Colors of #a520ce

#a520ce #ce20a0 #4e20ce

Monochromatic Colors of #a520ce

#a520ce

Complementary Color

#a520ce #49ce20

#a520ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a520ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a520ce Color CSS Codes

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

#a520ce Text Font Color

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

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


#a520ce Background Color

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

This div background color is #a520ce


#a520ce Border Color

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

This div border color is #a520ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a520ce


Comments

No comments written yet.

Please login to write comment.