Color Hex Logo

#a520ab Color Hex

#A520AB
(165,32,171)
0 Favorites   0 Comments

Color spaces of #a520ab

RGB 16532171
HSL0.830.680.40
HSV297°81°67°
CMYK 0.040.810.00   0.33
XYZ23.384211.972639.6065
Yxy11.97260.31190.1597
Hunter Lab34.601460.0806-43.6452
CIE-Lab41.172566.8698-44.1951

#a520ab color RGB value is (165,32,171).

#a520ab hex color red value is 165, green value is 32 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a520ab hue: 0.83 , saturation: 0.68 and the lightness value of a520ab is 0.40.

The process color (four color CMYK) of #a520ab color hex is 0.04, 0.81, 0.00, 0.33. Web safe color of #a520ab is #993399. Color #a520ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100000 10101011
Octal 245 40 253
Decimal 165 32 171
Hex A5 20 AB

RGB Percentages of Color #a520ab

%44.84
%8.70
%46.47

CMYK Percentages of Color #a520ab

%4
%81
%0
%33

Triadic Colors of #a520ab

#a520ab #aba520 #20aba5

Analogous Colors of #a520ab

#a520ab #ab206c #6020ab

Monochromatic Colors of #a520ab

#a520ab

Complementary Color

#a520ab #26ab20

#a520ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a520ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a520ab Color CSS Codes

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

#a520ab Text Font Color

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

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


#a520ab Background Color

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

This div background color is #a520ab


#a520ab Border Color

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

This div border color is #a520ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a520ab


Comments

No comments written yet.

Please login to write comment.