Color Hex Logo

#a52aae Color Hex

#A52AAE
(165,42,174)
0 Favorites   0 Comments

Color spaces of #a52aae

RGB 16542174
HSL0.820.610.42
HSV296°76°68°
CMYK 0.050.760.00   0.32
XYZ23.985012.711341.2338
Yxy12.71130.30780.1631
Hunter Lab35.652957.6908-43.6139
CIE-Lab42.325064.5628-44.1372

#a52aae color RGB value is (165,42,174).

#a52aae hex color red value is 165, green value is 42 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a52aae hue: 0.82 , saturation: 0.61 and the lightness value of a52aae is 0.42.

The process color (four color CMYK) of #a52aae color hex is 0.05, 0.76, 0.00, 0.32. Web safe color of #a52aae is #993399. Color #a52aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101010 10101110
Octal 245 52 256
Decimal 165 42 174
Hex A5 2A AE

RGB Percentages of Color #a52aae

%43.31
%11.02
%45.67

CMYK Percentages of Color #a52aae

%5
%76
%0
%32

Triadic Colors of #a52aae

#a52aae #aea52a #2aaea5

Analogous Colors of #a52aae

#a52aae #ae2a75 #632aae

Monochromatic Colors of #a52aae

#a52aae

Complementary Color

#a52aae #33ae2a

#a52aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52aae Color CSS Codes

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

#a52aae Text Font Color

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

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


#a52aae Background Color

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

This div background color is #a52aae


#a52aae Border Color

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

This div border color is #a52aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52aae


Comments

No comments written yet.

Please login to write comment.