Color Hex Logo

#a50aac Color Hex

#A50AAC
(165,10,172)
0 Favorites   0 Comments

Color spaces of #a50aac

RGB 16510172
HSL0.830.890.36
HSV297°94°67°
CMYK 0.040.940.00   0.33
XYZ23.072011.195039.9745
Yxy11.19500.31080.1508
Hunter Lab33.458964.5337-47.4145
CIE-Lab39.907070.9242-46.8179

#a50aac color RGB value is (165,10,172).

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

The process color (four color CMYK) of #a50aac color hex is 0.04, 0.94, 0.00, 0.33. Web safe color of #a50aac is #990099. Color #a50aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001010 10101100
Octal 245 12 254
Decimal 165 10 172
Hex A5 A AC

RGB Percentages of Color #a50aac

%47.55
%2.88
%49.57

CMYK Percentages of Color #a50aac

%4
%94
%0
%33

Triadic Colors of #a50aac

#a50aac #aca50a #0aaca5

Analogous Colors of #a50aac

#a50aac #ac0a62 #540aac

Monochromatic Colors of #a50aac

#a50aac

Complementary Color

#a50aac #11ac0a

#a50aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50aac Color CSS Codes

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

#a50aac Text Font Color

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

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


#a50aac Background Color

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

This div background color is #a50aac


#a50aac Border Color

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

This div border color is #a50aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50aac


Comments

No comments written yet.

Please login to write comment.