Color Hex Logo

#a50aae Color Hex

#A50AAE
(165,10,174)
0 Favorites   0 Comments

Color spaces of #a50aae

RGB 16510174
HSL0.820.890.36
HSV297°94°68°
CMYK 0.050.940.00   0.32
XYZ23.265611.272440.9940
Yxy11.27240.30800.1492
Hunter Lab33.574464.9376-48.8904
CIE-Lab40.035571.2401-47.8035

#a50aae color RGB value is (165,10,174).

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

The process color (four color CMYK) of #a50aae color hex is 0.05, 0.94, 0.00, 0.32. Web safe color of #a50aae is #990099. Color #a50aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001010 10101110
Octal 245 12 256
Decimal 165 10 174
Hex A5 A AE

RGB Percentages of Color #a50aae

%47.28
%2.87
%49.86

CMYK Percentages of Color #a50aae

%5
%94
%0
%32

Triadic Colors of #a50aae

#a50aae #aea50a #0aaea5

Analogous Colors of #a50aae

#a50aae #ae0a65 #530aae

Monochromatic Colors of #a50aae

#a50aae

Complementary Color

#a50aae #13ae0a

#a50aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50aae Color CSS Codes

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

#a50aae Text Font Color

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

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


#a50aae Background Color

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

This div background color is #a50aae


#a50aae Border Color

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

This div border color is #a50aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50aae


Comments

No comments written yet.

Please login to write comment.