Color Hex Logo

#a450aa Color Hex

#A450AA
(164,80,170)
0 Favorites   0 Comments

Color spaces of #a450aa

RGB 16480170
HSL0.820.360.49
HSV296°53°67°
CMYK 0.040.530.00   0.33
XYZ25.434216.532139.8807
Yxy16.53210.31080.2020
Hunter Lab40.659740.5042-29.6923
CIE-Lab47.665047.7852-33.3299

#a450aa color RGB value is (164,80,170).

#a450aa hex color red value is 164, green value is 80 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a450aa hue: 0.82 , saturation: 0.36 and the lightness value of a450aa is 0.49.

The process color (four color CMYK) of #a450aa color hex is 0.04, 0.53, 0.00, 0.33. Web safe color of #a450aa is #996699. Color #a450aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010000 10101010
Octal 244 120 252
Decimal 164 80 170
Hex A4 50 AA

RGB Percentages of Color #a450aa

%39.61
%19.32
%41.06

CMYK Percentages of Color #a450aa

%4
%53
%0
%33

Triadic Colors of #a450aa

#a450aa #aaa450 #50aaa4

Analogous Colors of #a450aa

#a450aa #aa5083 #7750aa

Monochromatic Colors of #a450aa

#a450aa

Complementary Color

#a450aa #56aa50

#a450aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a450aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a450aa Color CSS Codes

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

#a450aa Text Font Color

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

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


#a450aa Background Color

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

This div background color is #a450aa


#a450aa Border Color

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

This div border color is #a450aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,80,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a450aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a450aa;
  -webkit-box-shadow: 1px 1px 3px 2px #a450aa;
  box-shadow:         1px 1px 3px 2px #a450aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,80,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a450aa


Comments

No comments written yet.

Please login to write comment.